1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/py3-pyatem/openswitcher-proxy.pre-install
2021-11-26 17:06:54 +01:00

4 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