57548c7bd5
With current INSTALL sed process reveals generated secret key; it can be viewed by monitoring /proc or by using extrace. Also sed pattern <SECRET_KEY> fails, since there no such substring in provided sample configuration. gitea will change all secrets in configuration file right after web based installation process.
5 lines
71 B
Text
5 lines
71 B
Text
case "${ACTION}" in
|
|
post)
|
|
chown _gitea:_gitea etc/gitea.conf
|
|
;;
|
|
esac
|