diff --git a/src/freedombone b/src/freedombone index e6f30c7f..23acfcb8 100755 --- a/src/freedombone +++ b/src/freedombone @@ -6619,6 +6619,7 @@ function time_synchronisation { echo '#!/bin/bash' > /usr/bin/updatedate echo "TIMESOURCE='${TLS_TIME_SOURCE1}'" >> /usr/bin/updatedate echo "TIMESOURCE2='${TLS_TIME_SOURCE2}'" >> /usr/bin/updatedate + echo "COMPLETION_FILE=$COMPLETION_FILE" >> /usr/bin/updatedate echo 'LOGFILE=/var/log/tlsdate.log' >> /usr/bin/updatedate echo 'TIMEOUT=5' >> /usr/bin/updatedate echo 'if grep -q "Admin user" $COMPLETION_FILE; then' >> /usr/bin/updatedate