Skip to content
Snippets Groups Projects
Commit 91e2b0a1 authored by Bob Mottram's avatar Bob Mottram
Browse files

Bugfix: tls time sources

parent 61bb2e04
No related branches found
No related tags found
No related merge requests found
......@@ -6603,8 +6603,8 @@ function time_synchronisation {
apt-get -y remove ntpdate
 
echo '#!/bin/bash' > /usr/bin/updatedate
echo "TIMESOURCE='TLS_TIME_SOURCE1'" >> /usr/bin/updatedate
echo "TIMESOURCE2='TLS_TIME_SOURCE2'" >> /usr/bin/updatedate
echo "TIMESOURCE='${TLS_TIME_SOURCE1}'" >> /usr/bin/updatedate
echo "TIMESOURCE2='${TLS_TIME_SOURCE2}'" >> /usr/bin/updatedate
echo 'LOGFILE=/var/log/tlsdate.log' >> /usr/bin/updatedate
echo 'TIMEOUT=5' >> /usr/bin/updatedate
echo "EMAIL=$MY_EMAIL_ADDRESS" >> /usr/bin/updatedate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment