From 1f3da3a952193073ffbff362c10d26df3d1d8187 Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 9 Feb 2017 12:45:54 +0100 Subject: [PATCH] Removed debugging line --- dev/ofunctions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index bcfa359..1ac4ffe 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -1874,7 +1874,6 @@ function SetConfFileValue () { if grep "^$name=" "$file" > /dev/null; then # 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" rm -f "$file.tmp" Logger "Set [$name] to [$value] in config file [$file]." "DEBUG"