remove debugging again

This commit is contained in:
Jakob Ketterl 2021-04-24 20:17:55 +02:00
parent f3ed4a719a
commit 8c5546ad90
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -ex
#!/bin/sh -e
. /usr/share/debconf/confmodule
db_get openwebrx/admin_user_configured

View File

@ -1,7 +1,7 @@
#!/bin/bash
. /usr/share/debconf/confmodule
set -exuo pipefail
set -euo pipefail
OWRX_USER="openwebrx"
OWRX_DATADIR="/var/lib/openwebrx"