Skip to content
Snippets Groups Projects
Commit 36a5c98e authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update papermc.sh

parent 75f52b14
No related branches found
No related tags found
1 merge request!1Master
......@@ -46,7 +46,7 @@ while true
do
screen -S mc -X select . ; echo $?
scrun=$?
if [ scrun ]
if [ ${SCRUN} = 0 ]
then
trap exec_stop TERM INT
sleep 20
......
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