diff options
Diffstat (limited to 'examples/var_service/dhcp_if/convert2ntpconf')
-rwxr-xr-x | examples/var_service/dhcp_if/convert2ntpconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/dhcp_if/convert2ntpconf b/examples/var_service/dhcp_if/convert2ntpconf index debf1eb..e9d8293 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" |