aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/dhcp_if/convert2ntpconf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/dhcp_if/convert2ntpconf')
-rwxr-xr-xexamples/var_service/dhcp_if/convert2ntpconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/dhcp_if/convert2ntpconf b/examples/var_service/dhcp_if/convert2ntpconf
index debf1ebfe..e9d829308 100755
--- a/examples/var_service/dhcp_if/convert2ntpconf
+++ b/examples/var_service/dhcp_if/convert2ntpconf
@@ -29,6 +29,6 @@ test "$ip" || exit 1
{
for n in $ntpsrv; do
echo "let cfg=cfg+1"
- echo "ntpip[\$cfg]='$n'";
+ echo "ntpip[\$cfg]='$n'"
done
} >"$1"