remove debugging again
This commit is contained in:
parent
f3ed4a719a
commit
8c5546ad90
2
debian/openwebrx.config
vendored
2
debian/openwebrx.config
vendored
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -ex
|
#!/bin/sh -e
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
db_get openwebrx/admin_user_configured
|
db_get openwebrx/admin_user_configured
|
||||||
|
2
debian/openwebrx.postinst
vendored
2
debian/openwebrx.postinst
vendored
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
set -exuo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
OWRX_USER="openwebrx"
|
OWRX_USER="openwebrx"
|
||||||
OWRX_DATADIR="/var/lib/openwebrx"
|
OWRX_DATADIR="/var/lib/openwebrx"
|
||||||
|
Loading…
Reference in New Issue
Block a user