diff --git a/papermc.sh b/papermc.sh index f5ebf44263e26e76c8ecaebf9b23c63f071c78f9..10bcc57f758f2ecc299aa6bdc23aadf37ab57d33 100644 --- a/papermc.sh +++ b/papermc.sh @@ -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