From 9e1c18cd6b19d267f126de1e984e0e992005696a Mon Sep 17 00:00:00 2001 From: Spitap Date: Thu, 21 Jul 2022 19:09:53 +0200 Subject: [PATCH] Fix argument passed as list instead of string --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index fdfa2e3..5d94e9b 100755 --- a/run.py +++ b/run.py @@ -81,7 +81,7 @@ def main(input_args): "--beta", action="store_true", default=False, help="Install latest beta release of Modoboa instead of the stable one") parser.add_argument( - "--bash", type=str, nargs=1, metavar="path", + "--bash", type=str, metavar="path", help="(backup only) - For script usage, No interaction will be required, you must provide a path") parser.add_argument( "--sbash", action="store_true", default=False,