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 \