Skip to content
Snippets Groups Projects
Commit 75f52b14 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update papermc.sh

parent 83fc5a2d
No related branches found
No related tags found
1 merge request!1Master
......@@ -44,7 +44,9 @@ exec_stop () {
while true
do
if [[ $(screen -S mc -X select . ; echo $?) = 0 ]]
screen -S mc -X select . ; echo $?
scrun=$?
if [ scrun ]
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