From 7e46f0b9ad222fda8b2ca430b7a563d4a9fe63c2 Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Tue, 23 May 2023 20:45:38 -0700 Subject: [PATCH] added ls --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 7371fee..83ebdb9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,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/ if [ "$3" != "" ]