Update entrypoint.sh

This commit is contained in:
yuriko 🦊 2024-12-29 19:14:44 +00:00
parent 10d245ed1b
commit d05dee8a97

View file

@ -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/export_templates/. ~/.local/share/godot/export_templates/
cp -a -f /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/
if [ "$3" != "" ]