Reindent with tabs
This commit is contained in:
@ -12,10 +12,10 @@
|
||||
serverdir="$1"
|
||||
[ -z "$serverdir" ] && serverdir="$(pwd)"
|
||||
if [ ! -e "$serverdir/nalc.conf" ]; then
|
||||
echo "ERROR: nalc.conf not found!"
|
||||
exit 1
|
||||
echo "ERROR: nalc.conf not found!"
|
||||
exit 1
|
||||
else
|
||||
. "$serverdir/nalc.conf"
|
||||
. "$serverdir/nalc.conf"
|
||||
fi
|
||||
|
||||
#DEBUG=$serverdir/logs/debug.log
|
||||
@ -27,13 +27,13 @@ fi
|
||||
# echo "Server restarted at "`date` >>$MOREDEBUG
|
||||
# echo "----------------------" >>$MOREDEBUG
|
||||
|
||||
echo "0" >/tmp/players_c.txt
|
||||
echo "0" >/tmp/players_c.txt
|
||||
|
||||
"$MINETEST_BIN" \
|
||||
--world "$MINETEST_DIR/worlds/$WORLD_NAME/" \
|
||||
--config "$MINETEST_DIR/minetest.conf" \
|
||||
--gameid nalc_game \
|
||||
--port $PORT \
|
||||
# --logfile $DEBUG
|
||||
"$MINETEST_BIN" \
|
||||
--world "$MINETEST_DIR/worlds/$WORLD_NAME/" \
|
||||
--config "$MINETEST_DIR/minetest.conf" \
|
||||
--gameid nalc_game \
|
||||
--port $PORT \
|
||||
# --logfile $DEBUG
|
||||
|
||||
#done &>> $MOREDEBUG
|
||||
|
Reference in New Issue
Block a user