From e86183a0c9b70e27c19dcf0ab1b969d78c42cd1c Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 11 May 2020 11:27:47 +0100 Subject: [PATCH] . --- gitea/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/run.sh b/gitea/run.sh index 9b8c59c..33189fc 100644 --- a/gitea/run.sh +++ b/gitea/run.sh @@ -3,10 +3,10 @@ mkdir -p /data/gitea/templates for file in /init/templates/* do FILENAME=$(basename "$file") - echo "$file" + echo "$file : $FILENAME" echo $FILENAME envsubst < "$file" > "/data/gitea/templates/$FILENAME" done - +echo running /bin/s6-svscan /etc/s6