debmaker/ressources/uptime-kuma/DEBIAN/postinst
2023-11-02 09:37:18 +01:00

7 lines
166 B
Bash
Executable file

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