diff --git a/init_nfs_server.sh b/init_nfs_server.sh index 2415750..c7f98c2 100644 --- a/init_nfs_server.sh +++ b/init_nfs_server.sh @@ -57,6 +57,7 @@ EOF esac } if [ ! -f $PNFS ]; then + echo "$PNFS does not exist. Performing LVM tasks ..." perform_lvm_tasks fi echo "now initializing repos"