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" != "" ]