pre generate sections of the configuration file

This commit is contained in:
fatalerrors
2026-03-11 17:20:50 +01:00
parent e82ee06e1d
commit 58cc76c317
2 changed files with 39 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ parse_conf()
value="${value%"${value##*[![:space:]]}"}"
value="${value#"${value%%[![:space:]]*}"}"
value="${value%$'\r'}"
# Strip quotes (handling both " and ')
value="${value%\"}"; value="${value#\"}"
value="${value%\'}"; value="${value#\'}"