diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-26 14:08:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-26 14:08:14 +0100 |
commit | 7a8e66aa4921c1e2b85c521846c3513bfaa36f44 (patch) | |
tree | 5695ff49c247cc8694757aacd42dcebcfaa497b4 | |
parent | 8b943b55a4a4a1b7438f23a71da98eab37b7251e (diff) | |
download | jenkins.debian.net-7a8e66aa4921c1e2b85c521846c3513bfaa36f44.tar.xz |
fix syntax error typo
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 |