From f6e75f3533326e69d8331a56c12d10c7cd9fb232 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 11 May 2020 11:16:29 +0100 Subject: [PATCH] . --- gitea/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/run.sh b/gitea/run.sh index 88fba96..9b8c59c 100644 --- a/gitea/run.sh +++ b/gitea/run.sh @@ -1,5 +1,5 @@ envsubst < /init/app.ini > /data/gitea/conf/app.ini -mkdir /data/gitea/templates +mkdir -p /data/gitea/templates for file in /init/templates/* do FILENAME=$(basename "$file")