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 ...@@ -49,7 +49,7 @@ while true
screen -S mc -X select . ; SCRUN=$? screen -S mc -X select . ; SCRUN=$?
if [ ${SCRUN} = 0 ] if [ ${SCRUN} = 0 ]
then then
cat /papermc/logs/latest.log tail /papermc/logs/latest.log
trap exec_stop TERM INT trap exec_stop TERM INT
sleep 10 sleep 10
else 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