From 440b3a382298ea28606c74f127caf4a68d45633c Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 18 Apr 2021 01:01:48 +0200 Subject: [PATCH] remove config_webrx.py from docker images, too --- docker/scripts/run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/scripts/run.sh b/docker/scripts/run.sh index 052f4ca..5ffd88f 100755 --- a/docker/scripts/run.sh +++ b/docker/scripts/run.sh @@ -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]