From b0b27423f01b1ead0e49e87359b0c93901693dbf Mon Sep 17 00:00:00 2001 From: guillermo Date: Thu, 17 Nov 2022 13:55:49 +0100 Subject: [PATCH] =?UTF-8?q?refs=20#4550=20root=20=E2=86=92=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index eba9cbf..8d35760 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo "root:$CUPS_PASSWORD" | chpasswd +echo "admin:$CUPS_PASSWORD" | chpasswd cupsd exec $@