#!/bin/bash

# add ebox to lpadmin to manage printers and queues
adduser --quiet ebox lpadmin
# add ebox to lp to read cups logs
adduser --quiet ebox lp

exit 0
