Add initial message in log file
This commit is contained in:
parent
eaad3470b1
commit
a7e6a38e75
|
@ -107,6 +107,7 @@ if [ "${valid_users}" == "test1 test2" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "blockauth: running process"
|
echo "blockauth: running process"
|
||||||
|
echo "blockauth: running process" >> ${filelog}
|
||||||
blockauth=0
|
blockauth=0
|
||||||
while [ ${blockauth} -eq 0 ] ; do
|
while [ ${blockauth} -eq 0 ] ; do
|
||||||
sleep 60
|
sleep 60
|
||||||
|
|
Loading…
Reference in New Issue
Block a user