printnatura/entrypoint.sh

7 lines
66 B
Bash
Raw Normal View History

2022-11-04 13:41:36 +00:00
#!/bin/bash
echo "root:$CUPS_PASSWORD" | chpasswd
2022-11-04 13:41:36 +00:00
cupsd
exec $@