Skip to content
Snippets Groups Projects
Commit 2f97a315 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update papermc.sh

parent 930cdd64
No related branches found
No related tags found
1 merge request!1Master
......@@ -44,7 +44,7 @@ exec_stop () {
while true
do
if [ screen -list | grep -q "mc" ]; then
if [ screen -S mc -X select . ; echo $? ]; then
trap exec_stop SIGTERM SIGINT
sleep 20
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