http-server-status/scripts/preinstall.sh
kekskurse 28b5ccca8e
All checks were successful
/ Release (push) Successful in 1m14s
stuff
2023-07-21 16:02:35 +02:00

4 lines
105 B
Bash

#/bin/sh
if ! id -u http-server-status > /dev/null 2>&1; then
adduser --system http-server-status
fi