Don't insist on having the tty while fixing pdnsmysql

This commit is contained in:
Bernhard Rosenkränzer 2025-02-18 14:50:01 +01:00
parent ecb625f57d
commit 242ec2474b

View File

@ -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