From b81153e957a8e0790d83c49f7cd582f16b08cdaf Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 22 Sep 2021 16:43:59 +0200 Subject: [PATCH] bundles/netbox: fix upgrade command --- bundles/netbox/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/netbox/items.py b/bundles/netbox/items.py index d24ca05..ca54922 100644 --- a/bundles/netbox/items.py +++ b/bundles/netbox/items.py @@ -63,7 +63,7 @@ actions = { '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py migrate', '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py collectstatic --no-input', '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py remove_stale_contenttypes --no-input', - '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py invalidate all', # clear cached data + '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py clearsessions', ]), 'needs': { 'action:netbox_install',