Replace echo to printf for TAB symbol

This commit is contained in:
remittor
2026-01-13 12:46:04 +03:00
parent cf7661f2b9
commit 98c5d5b0ed
2 changed files with 4 additions and 4 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