don't use full path (lintian)

This commit is contained in:
Jakob Ketterl 2021-02-18 17:28:00 +01:00
parent e70ff075ca
commit 50e19085b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
. /usr/share/debconf/confmodule
if ! /usr/bin/openwebrx-admin --silent hasuser admin; then
if ! openwebrx-admin --silent hasuser admin; then
db_input high openwebrx/admin_user_password || true
db_go
fi