5
0
Fork 0

commit by to_remotes 2024-05-03 13:39:50 +0200 from vmdevhw

main
Holger Wasem 2024-05-03 13:39:50 +02:00
parent 692f38897b
commit 57d4fbd1f3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ EOF
;; ;;
esac esac
} }
if [ ! -f $PNFS ]; then if [ ! -d $PNFS ]; then
echo "$PNFS does not exist. Performing LVM tasks ..." echo "$PNFS does not exist. Performing LVM tasks ..."
perform_lvm_tasks perform_lvm_tasks
fi fi