mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-07 09:10:16 +01:00
fix command
This commit is contained in:
parent
2da2a57e13
commit
f3ed4a719a
2
debian/openwebrx.postinst
vendored
2
debian/openwebrx.postinst
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue