diff options
Diffstat (limited to 'examples/var_service/ntpd/run')
-rwxr-xr-x | examples/var_service/ntpd/run | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
15 | 15 | ||
16 | # Make sure rundir/ exists | 16 | # Make sure rundir/ exists |
17 | mkdir -p "$rundir" 2>/dev/null | 17 | mkdir -p "$rundir" 2>/dev/null |
18 | chown -R "$user:" "$rundir" | 18 | chown -R "$user": "$rundir" |
19 | chmod -R a=rX "$rundir" | 19 | chmod -R a=rX "$rundir" |
20 | rm -rf rundir 2>/dev/null | 20 | rm -rf rundir 2>/dev/null |
21 | ln -s "$rundir" rundir | 21 | ln -s "$rundir" rundir |