From 47e3b22f1e3948335bc1786fa9605f2a8c44d148 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 7 Dec 2015 09:54:31 +0000 Subject: [PATCH] Completion file --- src/freedombone | 1 + 1 file changed, 1 insertion(+) 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