Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 22:02:49 -06:00
parent f5fd39c887
commit 76ba79f5f5

View File

@@ -253,7 +253,7 @@ DELSITES(){
read -n 1 response
echo ""
if [[ $response =~ ^[Yy]$ ]]; then
echo 'delete'
else
DELSITES
exit 0