debmaker/ressources/rustdesk-server/rustdesk-server-hbbs/DEBIAN/postinst
2025-04-14 18:51:11 +02:00

7 lines
131 B
Bash
Executable file

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