Spellfix
This commit is contained in:
parent
7a6cb155cc
commit
6c6b2e5b12
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue