Clarify error message when no web apps have been selected in the WebApp Remove menu

This commit is contained in:
ZorudaRinku
2025-10-17 19:30:29 -06:00
parent 1e859d37cb
commit 8b896b60a9

View File

@@ -30,7 +30,7 @@ else
fi
if [[ ${#APP_NAMES[@]} -eq 0 ]]; then
echo "You must provide web app names."
echo "You must select at least one web app to remove."
exit 1
fi