From 6cc737e79ed730f25324066ef8f26ee472518109 Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Tue, 23 May 2023 20:49:15 -0700 Subject: [PATCH] added ls debug --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 83ebdb9..3a3b69b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,6 +5,7 @@ set -e 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/ +ls -la ~/.local/share/godot/export_templates/ if [ "$3" != "" ] then