From 27b9ccbff2b8869cb6089491af98c4667d1f6d04 Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Tue, 23 May 2023 20:52:32 -0700 Subject: [PATCH] modified ls debug --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3a3b69b..e16fb4e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,7 +4,7 @@ set -e # Move godot templates already installed from the docker image to home mkdir -v -p ~/.local/share/godot/export_templates ls -la /root/.local/share/godot/templates/ -cp -a /root/.local/share/godot/templates/ ~/.local/share/godot/export_templates/ +cp -a /root/.local/share/godot/templates/. ~/.local/share/godot/export_templates/ ls -la ~/.local/share/godot/export_templates/ if [ "$3" != "" ]