This commit is contained in:
Randolph W. Aarseth II 2023-05-23 20:42:09 -07:00
parent 662c00aed9
commit 21c601f94d

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