The_Tom_TV
Minecrafter
ich möchte dass mein minecraft server wenn er crasht wieder automatisch hochfährt...
ich habs schon probiert da kommt aber -bash: ./start.sh: /bin/sh^M: bad interpreter: No such file or directory
ich habe diesen startscript:
#!/bin/sh
while true
do
screen -S lobby java -Xmx1024M -Xms1024M -jar spigot.jar
echo "If you want to completely stop the server process now, press Ctrl+C before
the time is up!"
echo "Rebooting in:"
for i in 5 4 3 2 1
do
echo "$i..."
sleep 1
done
echo "Rebooting now!"
done
weiß jemand warum das kommt kennemich net aus
ich habs schon probiert da kommt aber -bash: ./start.sh: /bin/sh^M: bad interpreter: No such file or directory
ich habe diesen startscript:
#!/bin/sh
while true
do
screen -S lobby java -Xmx1024M -Xms1024M -jar spigot.jar
echo "If you want to completely stop the server process now, press Ctrl+C before
the time is up!"
echo "Rebooting in:"
for i in 5 4 3 2 1
do
echo "$i..."
sleep 1
done
echo "Rebooting now!"
done