From 694d0992b6b3e9c3c404a8f0aa0f436e461d0baf Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Fri, 26 Sep 2025 11:52:11 +0200 Subject: [PATCH] [mod] tools:deploy --- tools/deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/deploy b/tools/deploy index 8e64eae..995b8c8 100755 --- a/tools/deploy +++ b/tools/deploy @@ -19,9 +19,9 @@ def main(): "--target-directory", type = str, dest = "target_directory", - default = "/opt/zbwf", + default = "/opt/dali", metavar = "", - help = "directory on the target system, where the files shall be put; default: /opt/zbwf", + help = "directory on the target system, where the files shall be put; default: /opt/dali", ) argument_parser.add_argument( "-b",