From 2107563aeee23b599389c89197c35bdb8ca5e10f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 26 Aug 2016 22:06:35 -0700 Subject: [PATCH] cat the file, not the filename --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 4ff6ee5..b65a722 100755 --- a/start.sh +++ b/start.sh @@ -70,7 +70,7 @@ sed -e "s/##DOMAIN/${APP_DOMAIN}/g" \ /home/git/app.ini.template > "/run/gogs/app.ini" # merge any user config file -[[ -f /app/data/app.ini ]] && echo "/app/data/app.ini" >> "/run/gogs/app.ini" +[[ -f /app/data/app.ini ]] && cat "/app/data/app.ini" >> "/run/gogs/app.ini" mkdir -p /app/data/repository /app/data/ssh