fix for gitea
Some checks failed
Test Action 3.x / TestAction (push) Has been cancelled
Test Action 4.x / TestAction (push) Has been cancelled
Version & Release / CheckVersion (push) Has been cancelled

This commit is contained in:
Vladimir Rubin 2024-08-21 22:34:26 +03:00
parent 1b22220807
commit 66795711de
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -3,7 +3,7 @@ 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/export_templates/. ~/.local/share/godot/export_templates/ cp -a /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/ 2>/dev/null || :
if [ "$3" != "" ] if [ "$3" != "" ]