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