test enable interactive mode

This commit is contained in:
2022-07-01 19:25:57 +02:00
parent ce09d2af05
commit 0e5b860b38
+1
View File
@@ -10,6 +10,7 @@ run_docker_container() {
-e UID=$(id -u) \ -e UID=$(id -u) \
-e GID=$(id -g) \ -e GID=$(id -g) \
-e MAINTENANCE_ENABLE="true" \ -e MAINTENANCE_ENABLE="true" \
-e INTERACTIVE_MODE="true" \
-e TZ="Europe/Vienna" \ -e TZ="Europe/Vienna" \
-v "$PWD"/crontab.txt:/crontab.txt \ -v "$PWD"/crontab.txt:/crontab.txt \
-v "$PWD"/maintain_repo.sh:/maintain_repo.sh \ -v "$PWD"/maintain_repo.sh:/maintain_repo.sh \