extended input validation

This commit is contained in:
2025-11-03 13:01:19 +01:00
parent bfd2d79b0a
commit e37fe07ba5

View File

@@ -88,7 +88,7 @@ while getopts "n:p:m:a:h" option; do
done
#
# Validate hostname and database password
# Parse and validate input
#
if [[ -z "$hostname" || -z "$dbpass" ]]; then
usage