From f3ed4a719a746444687ed4265425c8216338ec9b Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 24 Apr 2021 20:14:25 +0200 Subject: [PATCH] fix command --- debian/openwebrx.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openwebrx.postinst b/debian/openwebrx.postinst index efb938c..fba8eef 100755 --- a/debian/openwebrx.postinst +++ b/debian/openwebrx.postinst @@ -25,7 +25,7 @@ case "$1" in db_get openwebrx/admin_user_password if [ ! -z "${RET}" ]; then - if ! openwebrx-admin --silent hasuser admin; then + if ! openwebrx admin --silent hasuser admin; then # create initial openwebrx user OWRX_PASSWORD="${RET}" openwebrx admin --noninteractive adduser admin else