diff options
Diffstat (limited to 'hosts/iroha/scripts/prepare-network-mounts')
| -rwxr-xr-x | hosts/iroha/scripts/prepare-network-mounts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hosts/iroha/scripts/prepare-network-mounts b/hosts/iroha/scripts/prepare-network-mounts index 7559c26..06cf01b 100755 --- a/hosts/iroha/scripts/prepare-network-mounts +++ b/hosts/iroha/scripts/prepare-network-mounts @@ -1,5 +1,4 @@ #! /usr/bin/env sh - -/home/andrew/scripts/mount-nfs /srv/nfs/c /home/andrew/c -/home/andrew/scripts/mount-nfs /srv/nfs/pics /home/andrew/pics -/home/andrew/scripts/mount-nfs /srv/nfs/torrents /mnt/store/files/ext/torrents +$HOME/scripts/mount-nfs /srv/nfs/c /mnt/nfs/c +$HOME/scripts/mount-nfs /srv/nfs/pics /mnt/nfs/pics +$HOME/scripts/mount-nfs /srv/nfs/samba /mnt/nfs/samba |