From a7e6a38e753bc8148fbbb19ef28ef11746573b98 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 14 Apr 2024 21:09:58 +0200 Subject: [PATCH] Add initial message in log file --- blockauth | 1 + 1 file changed, 1 insertion(+) diff --git a/blockauth b/blockauth index 1e89aeb..7ea81f1 100755 --- a/blockauth +++ b/blockauth @@ -107,6 +107,7 @@ if [ "${valid_users}" == "test1 test2" ] ; then fi echo "blockauth: running process" +echo "blockauth: running process" >> ${filelog} blockauth=0 while [ ${blockauth} -eq 0 ] ; do sleep 60