1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-20 11:40:17 +02:00
server-nalc/other_things/scripts/Server-side/script/start-mff.sh
2015-09-02 23:03:50 +02:00

28 lines
575 B
Bash

#!/bin/bash
DEBUG='/home/quentinbd/script/debug-mff.txt'
MOREDEBUG='/home/quentinbd/script/moredebug-mff.txt'
cd /home/quentinbd/mff
while true
do
sleep 5
echo "----------------------" >>$MOREDEBUG
echo "Server restarted at "`date` >>$MOREDEBUG
echo "----------------------" >>$MOREDEBUG
echo "0" >/tmp/players_c.txt
/home/quentinbd/mff/bin/minetestserver \
--world /home/quentinbd/mff/worlds/minetestforfun/ \
--config /home/quentinbd/mff/minetest.conf \
--gameid MinetestForFun Game \
--port 30001 \
# --logfile $DEBUG
sleep 25
done &>> $MOREDEBUG