From 3e5e151beffa996ae86e244907f8cd75eb52dac4 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 5 Nov 2024 04:49:09 +0100 Subject: [PATCH] make nfs mount verbose related to #4 --- deploy-workbench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-workbench.sh b/deploy-workbench.sh index c0c124f..42b3002 100755 --- a/deploy-workbench.sh +++ b/deploy-workbench.sh @@ -280,7 +280,7 @@ if [ "\${nfs_host}" ]; then mount --bind /run/live/medium /mnt # debian live nfs path is readonly, do a trick # to make snapshots subdir readwrite - mount \${nfs_host}:/snapshots /run/live/medium/snapshots + mount -v \${nfs_host}:/snapshots /run/live/medium/snapshots # reload mounts on systemd systemctl daemon-reload fi