mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 15:24:59 +00:00
cat the file, not the filename
This commit is contained in:
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"
|
||||
|
||||
# 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
|
||||
|
||||
|
Reference in New Issue
Block a user