Reindent with tabs

This commit is contained in:
2025-03-17 16:38:52 +01:00
parent cfb302a00c
commit 035d34babd
7 changed files with 757 additions and 753 deletions

View File

@ -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