shell: Fix sh-scripts (copilot)

This commit is contained in:
remittor
2026-01-13 14:17:07 +03:00
parent 126e7dea89
commit 00490e3b5d
3 changed files with 5 additions and 5 deletions

View File

@@ -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