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