Skip to content
Snippets Groups Projects
Commit b88d120f authored by tmueller's avatar tmueller
Browse files

switching to tail to show only the last log entires to keep the terminal tidy

parent 806ad46f
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ while true
screen -S mc -X select . ; SCRUN=$?
if [ ${SCRUN} = 0 ]
then
cat /papermc/logs/latest.log
tail /papermc/logs/latest.log
trap exec_stop TERM INT
sleep 10
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment