From 1ced4a052050ffa9c3b49a759ba4aa032f228542 Mon Sep 17 00:00:00 2001 From: Philipp <49057914+truePhilipp@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:40:33 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 27b90c3..f5ef8f5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,9 +1,9 @@ -#!/bin/sh +rt_#!/bin/sh 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" != "" ]