This commit is contained in:
Orsiris de Jong 2025-03-08 14:00:23 +01:00 committed by GitHub
parent 7a6cb155cc
commit 6c6b2e5b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2486,7 +2486,7 @@ function SetConfFileValue () {
else else
echo "$name=$value" > "$file" echo "$name=$value" > "$file"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
Logger "Config file [$file] does not exist. Failed to create it witn value [$name]." "ERROR" Logger "Config file [$file] does not exist. Failed to create it with value [$name]." "ERROR"
fi fi
fi fi
} }