1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 07:14:58 +00:00

cat the file, not the filename

This commit is contained in:
Girish Ramakrishnan
2016-08-26 22:06:35 -07:00
parent d325a602c9
commit 2107563aee

View File

@@ -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