We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f9c37 commit cde1395Copy full SHA for cde1395
bin/build.sh
@@ -64,6 +64,7 @@ sudo apt-get install -y build-essential git unzip wget nodejs npm ntp cloud-util
64
# set up time update cronjob
65
sudo bash -c "cat > /etc/cron.hourly/ntpdate << EOF
66
#!/bin/sh
67
+pm2 flush
68
sudo service ntp stop
69
sudo ntpdate -s ntp.ubuntu.com
70
sudo service ntp start
0 commit comments