From 57d4fbd1f3769a8cb35f6a12cf6765c831590f4d Mon Sep 17 00:00:00 2001 From: Holger Wasem Date: Fri, 3 May 2024 13:39:50 +0200 Subject: [PATCH] commit by to_remotes 2024-05-03 13:39:50 +0200 from vmdevhw --- init_nfs_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_nfs_server.sh b/init_nfs_server.sh index c7f98c2..30228dc 100644 --- a/init_nfs_server.sh +++ b/init_nfs_server.sh @@ -56,7 +56,7 @@ EOF ;; esac } -if [ ! -f $PNFS ]; then +if [ ! -d $PNFS ]; then echo "$PNFS does not exist. Performing LVM tasks ..." perform_lvm_tasks fi