printnatura/entrypoint.sh

7 lines
67 B
Bash
Raw Normal View History

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