mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
remove config_webrx.py from docker images, too
This commit is contained in:
parent
5ec0005f81
commit
440b3a3822
1 changed files with 0 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue