feature: workbench pxe #2
|
@ -26,7 +26,7 @@ install_nfs() {
|
|||
|
||||
# debian live nfs path is readonly, do a trick
|
||||
# to make snapshots subdir readwrite
|
||||
if grep -q "/snapshots" /proc/mounts; then
|
||||
if ! grep -q "/snapshots" /proc/mounts; then
|
||||
mount --bind "${nfs_path}/snapshots" "/snapshots"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue