From e2cee3a6fad9897019c38184a74d77a8959b86a4 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 24 Jun 2020 23:39:14 -0500 Subject: [PATCH] Force move when unpacking modpack --- roles/minecraft/templates/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/minecraft/templates/install.sh b/roles/minecraft/templates/install.sh index 02c6e37..5d33b55 100644 --- a/roles/minecraft/templates/install.sh +++ b/roles/minecraft/templates/install.sh @@ -28,6 +28,6 @@ if ! [ -d "$packdir" ]; then exit 51 fi # Just move the shit out 4head -mv "$packdir"/* . +mv -f "$packdir"/* . exit 0