]> git.sev.monster Git - aports.git/blob - testing/uptime-kuma/uptime-kuma.post-install
testing/py3-iso3166: fix tests
[aports.git] / testing / uptime-kuma / uptime-kuma.post-install
1 #!/bin/sh
2
3 name="uptime-kuma"
4
5 addgroup -S "$name" 2>/dev/null
6 adduser -SDHh "/var/lib/$name" -s /sbin/nologin -G $name -g 'Uptime Kuma' $name 2>/dev/null
7
8 exit 0
This page took 0.035822 seconds and 4 git commands to generate.