enable debugging to see what's wrong

This commit is contained in:
Jakob Ketterl 2021-04-24 19:42:42 +02:00
parent 71b0fa968b
commit 259d036083
1 changed files with 1 additions and 1 deletions

View File

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