Nettoyage et ajout de fichiers modèles
This commit is contained in:
26
start.sh.example
Normal file
26
start.sh.example
Normal file
@ -0,0 +1,26 @@
|
||||
#!/bin/bash
|
||||
|
||||
DEBUG=~/nalc-server/logs/debug.log
|
||||
MOREDEBUG=~/nalc-server/logs/moredebug.log
|
||||
|
||||
cd ~/nalc-server/minetest/bin
|
||||
|
||||
while true
|
||||
do
|
||||
sleep 5
|
||||
|
||||
echo "----------------------" >>$MOREDEBUG
|
||||
echo "Server restarted at "`date` >>$MOREDEBUG
|
||||
echo "----------------------" >>$MOREDEBUG
|
||||
|
||||
echo "0" >/tmp/players_c.txt
|
||||
|
||||
./minetestserver \
|
||||
--world ../worlds/nalc/ \
|
||||
--config ../minetest.conf \
|
||||
--gameid nalc_game \
|
||||
--port 30002 \
|
||||
# --logfile $DEBUG
|
||||
|
||||
sleep 25
|
||||
done &>> $MOREDEBUG
|
Reference in New Issue
Block a user