summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 07260684..7a03540a 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -33,8 +33,9 @@ explain "$(date) - begin deployment update."
# run update at current date
case $HOSTNAME in
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386)
- # set correct date (if ntpdate is installed)
- [ ! -f /usr/sbin/ntpdate ] || sudo ntpdate -b de.pool.ntp.org
+ # set correct date
+ sudo service ntp stop
+ sudo ntpdate -b de.pool.ntp.org
;;
*) ;;
esac