printnatura/entrypoint.sh

7 lines
67 B
Bash
Executable File

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