Corrige la (re)génération du fichier world.mt

This commit is contained in:
2019-12-13 23:11:17 +01:00
parent 60eafc9af1
commit 8c8e541090
2 changed files with 4 additions and 8 deletions

View File

@@ -235,12 +235,6 @@ install_world() {
createdb players-$pg_dbname
fi
if [[ $ver == "1.1" || $ver == "stable" || $ver == "dev" ]]; then
echo "auth_backend = sqlite3" >> world.mt
fi
ln -s $(pwd)/world.mt minetest/worlds/$world_name/world.mt
./upgrade.sh -w $world_name -b $ver
mkdir -p minetest/worlds/$world_name/runes