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