Fix silly, SILLY syntax error.

This commit is contained in:
Manuel Friedli 2020-11-24 22:06:59 +01:00
parent 142db098be
commit b3afda4932
1 changed files with 0 additions and 1 deletions

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
}