diff options
| author | 2025-04-27 10:56:59 -0400 | |
|---|---|---|
| committer | 2025-04-27 10:56:59 -0400 | |
| commit | f2c75dd6fb52626150e11d6a32cf6fea1df80a8e (patch) | |
| tree | 259b499883162edcb0f7d297f2cc830347a05c05 /hosts/iroha/scripts/prepare-network-mounts | |
| parent | c39de560ae0bddcd4b22d19645a24bb71dbeb81d (diff) | |
| download | dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.tar.gz dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.tar.bz2 dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.zip | |
Checking in various updates
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 ea60cd4..7559c26 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 /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 +/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 |