-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedissue/workaroundit is or has a workaroundit is or has a workaroundtype/bug
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
edomora97, delight and grubjack
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedissue/workaroundit is or has a workaroundit is or has a workaroundtype/bug