summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-26 14:08:14 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-26 14:08:14 +0100
commit7a8e66aa4921c1e2b85c521846c3513bfaa36f44 (patch)
tree5695ff49c247cc8694757aacd42dcebcfaa497b4 /update_jdn.sh
parent8b943b55a4a4a1b7438f23a71da98eab37b7251e (diff)
downloadjenkins.debian.net-7a8e66aa4921c1e2b85c521846c3513bfaa36f44.tar.xz
fix syntax error typo
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh1
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