From 0e5b860b38fcbd5558f26bab0c57159c9103df60 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 1 Jul 2022 19:25:57 +0200 Subject: [PATCH] test enable interactive mode --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 627f681..e118579 100755 --- a/build.sh +++ b/build.sh @@ -10,6 +10,7 @@ run_docker_container() { -e UID=$(id -u) \ -e GID=$(id -g) \ -e MAINTENANCE_ENABLE="true" \ + -e INTERACTIVE_MODE="true" \ -e TZ="Europe/Vienna" \ -v "$PWD"/crontab.txt:/crontab.txt \ -v "$PWD"/maintain_repo.sh:/maintain_repo.sh \