diff options
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 95e6f2d5..da7178e3 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -41,6 +41,7 @@ case $HOSTNAME in # this host is acting strange… # restarting services cause hangs, so we don't do that echo -e "#!/bin/sh\nexit 0" | sudo tee /usr/sbin/policy-rc.d + chmod +x /usr/sbin/policy-rc.d ;; *) ;; esac |