From d05dee8a9794f4d3bcbfc941ec7c20b96e3a366f Mon Sep 17 00:00:00 2001 From: jaiden Date: Sun, 29 Dec 2024 19:14:44 +0000 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 04e6f3f..6c5a397 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ set -e # Move godot templates already installed from the docker image to home mkdir -v -p ~/.local/share/godot/export_templates -cp -a /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/ +cp -a -f /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/ if [ "$3" != "" ]