This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 23:28:03 +01:00
parent 12c414f17c
commit 0325255f12

2
qsgen2
View File

@ -273,7 +273,7 @@ function _file_to_lower() {
# Convert to lowercase and remove invalid characters
filename=$(echo "${filename}" | sed -e 's/^[^a-zA-Z0-9_.]+//g' -e 's/[^a-zA-Z0-9_-]+/-/g')
return ${filename}
echo ${filename}
}