From 66795711def1799813a527d290472dbb1c406278 Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Wed, 21 Aug 2024 22:34:26 +0300 Subject: [PATCH] fix for gitea --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e33c5c4..c87f840 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 /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/ 2>/dev/null || : if [ "$3" != "" ]