remove config_webrx.py from docker images, too

This commit is contained in:
Jakob Ketterl 2021-04-18 01:01:48 +02:00
parent 5ec0005f81
commit 440b3a3822
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@ set -euo pipefail
mkdir -p /etc/openwebrx/openwebrx.conf.d
mkdir -p /var/lib/openwebrx
mkdir -p /tmp/openwebrx/
if [[ ! -f /etc/openwebrx/config_webrx.py ]] ; then
cp config_webrx.py /etc/openwebrx
fi
if [[ ! -f /etc/openwebrx/openwebrx.conf.d/20-temporary-directory.conf ]] ; then
cat << EOF > /etc/openwebrx/openwebrx.conf.d/20-temporary-directory.conf
[core]