[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 "######### PRESS CTRL+C FOR STOP MONITOR #########"
|
||||
echo "#################################################"
|
||||
tail '../cache/logs/logs.txt'
|
||||
|
||||
sleep 3 # 3 second between two refresh
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue