From 806ddc75cca53cdbdd8e9186108f4ac1ebd43274 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Thu, 14 Feb 2019 21:35:54 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20cr=C3=A9ation=20du=20dossier?= =?UTF-8?q?=20runes=20dans=20le=20dossier=20du=20world?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 574bafb..5a7873f 100755 --- a/install.sh +++ b/install.sh @@ -239,6 +239,8 @@ install_world() { ln -s $(pwd)/world.mt minetest/worlds/$world_name/world.mt cp -r world/* minetest/worlds/$world_name/ + + mkdir minetest/worlds/$world_name/runes fi }