add checking for new required bootstrap input (target_administrator)

This commit is contained in:
2025-05-29 23:40:02 -05:00
parent 5dc2b60713
commit a94f2e7adc
+2 -2
View File
@@ -145,8 +145,8 @@ while [[ $# -gt 0 ]]; do
shift shift
done done
if [ -z "$target_hostname" ] || [ -z "$target_destination" ]; then if [ -z "$target_hostname" ] || [ -z "$target_destination" ] || [ -z "$target_administrator" ]; then
echo "ERROR: -n, -d, and -k are all required" echo "ERROR: -n, -d, and -a are all required"
echo echo
help_and_exit help_and_exit
fi fi