http-server-status/scripts/preinstall.sh

4 lines
104 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
fi