mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
don't use expansion to test
This commit is contained in:
parent
5e37b75cfb
commit
8f49337b81
2
debian/openwebrx.config
vendored
2
debian/openwebrx.config
vendored
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
if [ ! -e /usr/bin/openwebrx-admin ] || [ ! /usr/bin/openwebrx-admin hasuser admin ]; then
|
||||
if [ ! -e /usr/bin/openwebrx-admin ] || ! /usr/bin/openwebrx-admin hasuser admin; then
|
||||
db_input high openwebrx/admin_user_password || true
|
||||
db_go
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue