Browse Source

Completion file

Bob Mottram 9 years ago
parent
commit
47e3b22f1e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone

+ 1
- 0
src/freedombone View File

@@ -6619,6 +6619,7 @@ function time_synchronisation {
6619 6619
   echo '#!/bin/bash' > /usr/bin/updatedate
6620 6620
   echo "TIMESOURCE='${TLS_TIME_SOURCE1}'" >> /usr/bin/updatedate
6621 6621
   echo "TIMESOURCE2='${TLS_TIME_SOURCE2}'" >> /usr/bin/updatedate
6622
+  echo "COMPLETION_FILE=$COMPLETION_FILE" >> /usr/bin/updatedate
6622 6623
   echo 'LOGFILE=/var/log/tlsdate.log' >> /usr/bin/updatedate
6623 6624
   echo 'TIMEOUT=5' >> /usr/bin/updatedate
6624 6625
   echo 'if grep -q "Admin user" $COMPLETION_FILE; then' >> /usr/bin/updatedate