debmaker/ressources/rustdesk-server/rustdesk-server-hbbr/DEBIAN/postinst

5 lines
115 B
Plaintext
Raw Normal View History

#!/bin/bash
id hbbr &> /dev/null || useradd hbbr -r -s /bin/false -md /var/lib/hbbr
chown hbbr:hbbr /var/lib/hbbr