From f759ed7f8fcb5137cb70873ecf663aa8a1bd998b Mon Sep 17 00:00:00 2001 From: Philipp <49057914+truePhilipp@users.noreply.github.com> Date: Tue, 23 Apr 2024 01:32:16 +0200 Subject: [PATCH] Adjusted templates folder name (#29) * Update entrypoint.sh * Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 27b90c3..5617260 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/templates/. ~/.local/share/godot/export_templates/ +cp -a /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/ if [ "$3" != "" ]