Merge pull request #2516 from ZorudaRinku/master

Clarify error message when no web apps have been selected in the WebApp Remove menu
This commit is contained in:
Ryan Hughes
2025-10-25 20:04:26 -04:00
committed by GitHub

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