mirror of https://github.com/go-gitea/gitea.git
Browse Source
Before this change, the `app.ini` would get overwritten on each workspace start, confusing Gitea. It asked for reinstallation each time. This makes sure the file is written only once by checking it does not exist before creating it. --- [Review without whitespace diff](https://github.com/go-gitea/gitea/pull/23192/files?w=1) --------- Co-authored-by: delvh <dev.lh@web.de>pull/23218/head
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue