printnatura/entrypoint.sh

10 lines
150 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
#Printers
lpadmin -p labeler48 -E -v socket://10.1.11.48 -m GoDEX/godex-zx420i.ppd
exec $@