Fix silly, SILLY syntax error. #4

Merged
manuel merged 1 commit from bugfix/syntax-error into master 2020-11-24 22:09:59 +01:00

View file

@ -396,7 +396,6 @@ function validate_parameter_values() {
echo "Value must be between 0 ... 65535 (inclusive)." >&2
echo "Invoke with --help for help." >&2
exit 1
;;
fi
}