switch to subparsers

This commit is contained in:
Jakob Ketterl
2021-02-12 18:34:28 +01:00
parent 3f3f5eacfe
commit ad0ca114f5
3 changed files with 40 additions and 35 deletions

View File

@ -14,7 +14,7 @@ case "$1" in
chown "${OWRX_USER}". ${OWRX_DATADIR}
# create initial openwebrx user
openwebrx-admin adduser --noninteractive --silent --user admin
openwebrx-admin --noninteractive --silent adduser admin
;;
*)
echo "postinst called with unknown argument '$1'" 1>&2