Compare commits

...

1 Commits

Author SHA1 Message Date
Markus Gothe
79ec0de119 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.
2024-09-08 12:38:32 +00:00

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