summaryrefslogtreecommitdiff
path: root/hosts/iroha/scripts/prepare-network-mounts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-17 12:22:00 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-17 12:32:42 -0400
commit544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (patch)
tree1caa87664ea4937c5f4e6e8dc83c49b3132ddd70 /hosts/iroha/scripts/prepare-network-mounts
parent85a47287e56ba9100420246531ebea5996cc0486 (diff)
downloaddotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip
Gentoo desktop
Diffstat (limited to 'hosts/iroha/scripts/prepare-network-mounts')
-rwxr-xr-xhosts/iroha/scripts/prepare-network-mounts4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/iroha/scripts/prepare-network-mounts b/hosts/iroha/scripts/prepare-network-mounts
index 06cf01b..4de8df1 100755
--- a/hosts/iroha/scripts/prepare-network-mounts
+++ b/hosts/iroha/scripts/prepare-network-mounts
@@ -1,4 +1,2 @@
#! /usr/bin/env sh
-$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
+su -c 'mount-nfs /srv/nfs/c /mnt/nfs/c && mount-nfs /srv/nfs/pics /mnt/nfs/pics && mount-nfs /srv/nfs/samba /mnt/nfs/samba'