diff options
-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 aa8c8f43..cfad106a 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -42,6 +42,7 @@ case $HOSTNAME in # set correct date sudo service ntp stop sudo ntpdate -b de.pool.ntp.org + ;; *) ;; esac |