From 242ec2474b5b4d73f4e3033ddf1bd06eda80c502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Tue, 18 Feb 2025 14:50:01 +0100 Subject: [PATCH] Don't insist on having the tty while fixing pdnsmysql --- lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index 12661c7..bee6eda 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -404,7 +404,7 @@ start_service() { # friends don't exist in the mariadb container # FIXME we should fix this properly instead of applying this workaround # some time. - docker exec -ti $SERVICE apt update + docker exec $SERVICE apt update fi ((RETRY--)) sleep 7