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/ntpd/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/var_service/ntpd/run') diff --git a/examples/var_service/ntpd/run b/examples/var_service/ntpd/run index 581d231a3..6f2a68188 100755 --- a/examples/var_service/ntpd/run +++ b/examples/var_service/ntpd/run @@ -15,7 +15,7 @@ default_p_opt="-p 0.$pool -p 1.$pool -p 2.$pool -p 3.$pool" # Make sure rundir/ exists mkdir -p "$rundir" 2>/dev/null -chown -R "$user:" "$rundir" +chown -R "$user": "$rundir" chmod -R a=rX "$rundir" rm -rf rundir 2>/dev/null ln -s "$rundir" rundir -- cgit v1.2.3