aports/testing/py3-pyatem/openswitcher-proxy.pre-install
2021-11-26 17:06:54 +01:00

5 lines
136 B
Bash

#!/bin/sh
addgroup -S openswitcher 2>/dev/null
adduser -S -D -H -s /bin/false -G openswitcher -g openswitcher openswitcher 2>/dev/null