From 4f8ecf273c4a239d007125f3b96a55100b661c04 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 24 Oct 2015 14:55:33 +0200 Subject: update network service examples Signed-off-by: Denys Vlasenko --- examples/var_service/dhcp_if/convert2ntpconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/var_service/dhcp_if/convert2ntpconf') 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" -- cgit v1.2.3