mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-30 06:10:36 +03:00
shell: Fix sh-scripts (copilot)
This commit is contained in:
@@ -46,7 +46,7 @@ function sync_param
|
||||
local value="$( uci -q get $ZAPRET_CFG_SEC.$param )"
|
||||
uncomment_param $param
|
||||
append_param $param
|
||||
local TAB="$( echo -n -e '\t' )"
|
||||
local TAB="$( printf '\t' )"
|
||||
if [ "$value" = "$TAB" ]; then
|
||||
value=""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user