From e74fb60e1ed5eab0b09062b98c1b6f4c861f2a74 Mon Sep 17 00:00:00 2001 From: Julien Devemy Date: Thu, 18 Nov 2021 16:16:05 +0100 Subject: [PATCH] Missing argument for -importv1from --- docker/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 3ff3842..9b3f470 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -76,7 +76,7 @@ then fi if [ ! -z "$CHIMITHEQUE_IMPORTV1FROM" ] then - importv1from="-importv1from" + importv1from="-importv1from $CHIMITHEQUE_IMPORTV1FROM" fi if [ ! -z "$CHIMITHEQUE_IMPORTFROM" ] then @@ -100,4 +100,4 @@ $resetAdminPassword \ $updateQRCode \ $mailTest \ $importv1from \ -$importfrom \ No newline at end of file +$importfrom