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