mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-03 03:33:56 +01:00
confmodule doesn't work with our bash parameters
This commit is contained in:
parent
8fcfa689ae
commit
404f995e39
4
debian/openwebrx.postinst
vendored
4
debian/openwebrx.postinst
vendored
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
OWRX_USER="openwebrx"
|
||||
OWRX_DATADIR="/var/lib/openwebrx"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue