From 5bbd188b0b74d41093414fcccff82177065d0cab Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 17 Aug 2021 16:46:58 +0200 Subject: [PATCH] bundles/pretalx: no sudo for rebuilding --- bundles/pretalx/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/pretalx/items.py b/bundles/pretalx/items.py index e5a04c8..45a0489 100644 --- a/bundles/pretalx/items.py +++ b/bundles/pretalx/items.py @@ -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',