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

Update papermc.sh

parent 58703e00
No related branches found
No related tags found
1 merge request!1Master
......@@ -46,7 +46,7 @@ while true
do
if [ screen -list | grep -q mc ]; then
trap exec_stop SIGTERM
sleep 20
sleep 20
else
screen -dmS mc java -server -Xms${MC_RAM} -Xmx${MC_RAM} ${JAVA_OPTS} -jar ${JAR_NAME} nogui
fi
......
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