Do not allow users to delete the tls directory

This commit is contained in:
Jose Diaz-Gonzalez
2014-11-16 13:00:07 -05:00
parent a421dbf063
commit b68a8da2ce

View File

@@ -33,6 +33,11 @@ case "$1" in
exit 1
fi
if [[ "$APP" == "tls" ]]; then
echo "Unable to destroy tls directory"
exit 1
fi
echo " ! WARNING: Potentially Destructive Action"
echo " ! This command will destroy $APP (including all add-ons)."
echo " ! To proceed, type \"$APP\""