Add initial message in log file

This commit is contained in:
q3aql 2024-04-14 21:09:58 +02:00
parent eaad3470b1
commit a7e6a38e75

View File

@ -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