From f44a22413dd9e6ee8ce89d9045ee276cfde873c6 Mon Sep 17 00:00:00 2001 From: Sotr Date: Tue, 22 May 2018 23:08:21 +0800 Subject: [PATCH] ODD --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index ddc9ec628..a440f9d1a 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -12,7 +12,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then ( if [ "$2" == "--remote" ] || [ "$3" == "--remote" ] || [ "$4" == "--remote" ]; then cd "$paperworkdir" - if [ ! -d "Minecraft" ]; then + if [ -d "Minecraft" ]; then rm Minecraft/ -r fi git clone https://github.com/Akarin-project/Minecraft.git