refs #4550 root → admin
gitea/printnatura/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2022-11-17 13:55:49 +01:00
parent 18290ab18b
commit b0b27423f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
echo "root:$CUPS_PASSWORD" | chpasswd echo "admin:$CUPS_PASSWORD" | chpasswd
cupsd cupsd
exec $@ exec $@