Skip to content
Snippets Groups Projects
Commit 9c2207c1 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update papermc.sh

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