don't need to check for command, if it's not there the result will be
the same
This commit is contained in:
parent
e8ad4588ce
commit
fc5d560345
2
debian/openwebrx.config
vendored
2
debian/openwebrx.config
vendored
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
if [ ! -e /usr/bin/openwebrx-admin ] || ! /usr/bin/openwebrx-admin --silent hasuser admin; then
|
if ! /usr/bin/openwebrx-admin --silent hasuser admin; then
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
db_input high openwebrx/admin_user_password || true
|
db_input high openwebrx/admin_user_password || true
|
||||||
|
Loading…
Reference in New Issue
Block a user