printnatura/entrypoint.sh

7 lines
66 B
Bash
Executable File

#!/bin/bash
echo "root:$CUPS_PASSWORD" | chpasswd
cupsd
exec $@