http-server-status/scripts/preinstall.sh

5 lines
105 B
Bash
Raw Normal View History

2021-11-29 05:12:26 +00:00
#/bin/sh
if ! id -u http-server-status > /dev/null 2>&1; then
adduser --system http-server-status
2023-07-21 11:25:35 +00:00
fi