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

5 lines
115 B
Bash
Executable File

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