iop: Enable support for capital characters in profile.

Add support for capital letters in the profile name,
it will make the life of our FAEs easier and generate
less internal support.
This commit is contained in:
Markus Gothe 2024-02-26 15:34:55 +01:00
parent e9e118fa12
commit 79ec0de119

View file

@ -11,9 +11,7 @@ function to_lowercase {
function genconfig {
target_script="./scripts/gen_config.py"
# First convert all to lowercase
args=$(to_lowercase "$@")
args="$@"
# Check if an option is provided
if [[ ${args[0]} == -* ]]; then