debmaker/ressources/uptime-kuma/DEBIAN/postinst

8 lines
165 B
Plaintext
Raw Normal View History

2023-09-15 23:10:23 +02:00
#!/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/