Skip to content

Commit

Permalink
In docker rootless use $GITEA_APP_INI if provided (go-gitea#18524)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored and Stelios Malathouras committed Mar 28, 2022
1 parent 7763a03 commit 7983b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rootless/usr/local/bin/gitea
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for i in "$@"; do
done

if [ -z "$APP_INI_SET" ]; then
CONF_ARG="-c \"$APP_INI\""
CONF_ARG="-c \"${GITEA_APP_INI:-$APP_INI}\""
fi


Expand Down

0 comments on commit 7983b45

Please sign in to comment.