[add] print log file
This commit is contained in:
parent
b18f2b344b
commit
cb76512a08
1 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,7 @@ do
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
echo "######### PRESS CTRL+C FOR STOP MONITOR #########"
|
echo "######### PRESS CTRL+C FOR STOP MONITOR #########"
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
|
tail '../cache/logs/logs.txt'
|
||||||
|
|
||||||
sleep 3 # 3 second between two refresh
|
sleep 3 # 3 second between two refresh
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue