Skip to content

Commit

Permalink
Adjusted templates folder name (#29)
Browse files Browse the repository at this point in the history
* Update entrypoint.sh

* Update entrypoint.sh
  • Loading branch information
truePhilipp committed Apr 22, 2024
1 parent f362e14 commit f759ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" != "" ]
Expand Down

0 comments on commit f759ed7

Please sign in to comment.