mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
fix command
This commit is contained in:
parent
2da2a57e13
commit
f3ed4a719a
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue