debmaker/ressources/uptime-kuma/DEBIAN/postinst
2023-09-15 23:10:23 +02:00

7 lines
165 B
Bash
Executable file

#!/bin/bash
APPUSER=uptime-kuma
id $APPUSER &> /dev/null || useradd $APPUSER -r -s /bin/false -d /var/lib/$APPUSER/
chown -R $APPUSER:$APPUSER /var/lib/$APPUSER/