cat the file, not the filename
This commit is contained in:
parent
d325a602c9
commit
2107563aee
2
start.sh
2
start.sh
|
@ -70,7 +70,7 @@ sed -e "s/##DOMAIN/${APP_DOMAIN}/g" \
|
||||||
/home/git/app.ini.template > "/run/gogs/app.ini"
|
/home/git/app.ini.template > "/run/gogs/app.ini"
|
||||||
|
|
||||||
# merge any user config file
|
# 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
|
mkdir -p /app/data/repository /app/data/ssh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue