From c92fee78e2bf19d2a34986ee68316c8278101d77 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 8 Nov 2023 20:01:07 +1000 Subject: [PATCH] add superlance/memmon path to the bootstrap --- allianceauth/bin/allianceauth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/allianceauth/bin/allianceauth.py b/allianceauth/bin/allianceauth.py index ee2f9ea0..0ab75d8b 100644 --- a/allianceauth/bin/allianceauth.py +++ b/allianceauth/bin/allianceauth.py @@ -12,6 +12,7 @@ class StartProject(BaseStartProject): parser.add_argument('--python', help='The path to the python executable.') parser.add_argument('--celery', help='The path to the celery executable.') parser.add_argument('--gunicorn', help='The path to the gunicorn executable.') + parser.add_argument('--memmon', help='The path to the memmon executable.') def create_project(parser, options, args):