Update entrypoint.sh

This commit is contained in:
Philipp 2024-04-22 20:40:33 +02:00 committed by GitHub
parent f362e14dc5
commit 1ced4a0520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
#!/bin/sh rt_#!/bin/sh
set -e set -e
# Move godot templates already installed from the docker image to home # Move godot templates already installed from the docker image to home
mkdir -v -p ~/.local/share/godot/export_templates 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" != "" ] if [ "$3" != "" ]