bundles/pretalx: no sudo for rebuilding
This commit is contained in:
parent
d507f6794f
commit
5bbd188b0b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ actions = {
|
|||
'triggered': True,
|
||||
},
|
||||
'pretalx_rebuild': {
|
||||
'command': 'sudo -u pretalx PRETALX_CONFIG_FILE=/opt/pretalx/pretalx.cfg /opt/pretalx/venv/bin/python -m pretalx rebuild',
|
||||
'command': 'PRETALX_CONFIG_FILE=/opt/pretalx/pretalx.cfg /opt/pretalx/venv/bin/python -m pretalx rebuild',
|
||||
'needs': {
|
||||
'action:pretalx_install',
|
||||
'directory:/opt/pretalx/data',
|
||||
|
|
Loading…
Reference in a new issue