From 259d036083f6e87de3ec6361722bd8ccbf462deb Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 24 Apr 2021 19:42:42 +0200 Subject: [PATCH] enable debugging to see what's wrong --- debian/openwebrx.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openwebrx.postinst b/debian/openwebrx.postinst index ba24ebb..9f6b18a 100755 --- a/debian/openwebrx.postinst +++ b/debian/openwebrx.postinst @@ -1,7 +1,7 @@ #!/bin/bash . /usr/share/debconf/confmodule -set -euo pipefail +set -exuo pipefail OWRX_USER="openwebrx" OWRX_DATADIR="/var/lib/openwebrx"