1
0
mirror of https://github.com/deajan/obackup.git synced 2024-09-28 16:13:40 +02:00

Removed debugging line

This commit is contained in:
deajan 2017-02-09 12:45:54 +01:00
parent b5ef76bfa3
commit 1f3da3a952

View File

@ -1874,7 +1874,6 @@ function SetConfFileValue () {
if grep "^$name=" "$file" > /dev/null; then if grep "^$name=" "$file" > /dev/null; then
# Using -i.tmp for BSD compat # Using -i.tmp for BSD compat
echo "sed -i.tmp \"s$separator^$name=.*$separator$name=$value$separator\" \"$file\""
sed -i.tmp "s$separator^$name=.*$separator$name=$value$separator" "$file" sed -i.tmp "s$separator^$name=.*$separator$name=$value$separator" "$file"
rm -f "$file.tmp" rm -f "$file.tmp"
Logger "Set [$name] to [$value] in config file [$file]." "DEBUG" Logger "Set [$name] to [$value] in config file [$file]." "DEBUG"