Closed
Description
- Gitea version (or commit ref): 1.12.1 (till latest)
Description
The embedded subcommand does not work list or extract any files.
Screenshots
bash-5.0# gitea -v
Gitea version 1.12.1 built with GNU Make 4.2.1, go1.14.4 : bindata, sqlite, sqlite_unlock_notify
bash-5.0# gitea embedded list '**'
bash-5.0#
Reason
Gitea embedded
can not run with mismatched Linux user in an installed config, there will be no output at all.
Workaround
Run gitea with the correct Linux user (as in the app.ini
), using su
or sudo