diff options
| author | 2025-01-13 22:43:02 -0500 | |
|---|---|---|
| committer | 2025-01-13 22:43:02 -0500 | |
| commit | dce9ab07ae0b0496e432f213466fd6f442944fa7 (patch) | |
| tree | 74ea43a6771d244e04c1f8a33a61750cda0bdac1 /hosts/iroha/scripts/prepare-network-mounts | |
| parent | 2d35d8e272b4d5725c686be5d2b4436a55fe8141 (diff) | |
| download | dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.gz dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.bz2 dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.zip | |
Improve NFS options, misc stuff
Diffstat (limited to 'hosts/iroha/scripts/prepare-network-mounts')
| -rwxr-xr-x | hosts/iroha/scripts/prepare-network-mounts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/iroha/scripts/prepare-network-mounts b/hosts/iroha/scripts/prepare-network-mounts index e322194..ea60cd4 100755 --- a/hosts/iroha/scripts/prepare-network-mounts +++ b/hosts/iroha/scripts/prepare-network-mounts @@ -1,5 +1,5 @@ #! /usr/bin/env sh -$HOME/scripts/mount-nfs /home/andrew/c /home/andrew/c -$HOME/scripts/mount-nfs /home/andrew/pics /home/andrew/pics -$HOME/scripts/mount-nfs /mnt/store0/torrents /mnt/store/files/ext/torrents +$HOME/scripts/mount-nfs /srv/nfs/c /home/andrew/c +$HOME/scripts/mount-nfs /srv/nfs/pics /home/andrew/pics +$HOME/scripts/mount-nfs /srv/nfs/torrents /mnt/store/files/ext/torrents |