diff --git a/debian/openwebrx.install b/debian/openwebrx.install index 99af884..41dd9a7 100644 --- a/debian/openwebrx.install +++ b/debian/openwebrx.install @@ -2,5 +2,4 @@ config_webrx.py etc/openwebrx/ bands.json etc/openwebrx/ bookmarks.json etc/openwebrx/ openwebrx.conf etc/openwebrx/ -users.json etc/openwebrx/ systemd/openwebrx.service lib/systemd/system/ \ No newline at end of file diff --git a/docker/scripts/run.sh b/docker/scripts/run.sh index a82d8cd..cbbb0c7 100755 --- a/docker/scripts/run.sh +++ b/docker/scripts/run.sh @@ -12,9 +12,6 @@ fi if [[ ! -f /etc/openwebrx/bookmarks.json ]] ; then cp bookmarks.json /etc/openwebrx/ fi -if [[ ! -f /etc/openwebrx/users.json ]] ; then - cp users.json /etc/openwebrx/ -fi if [[ ! -f /etc/openwebrx/openwebrx.conf ]] ; then cp openwebrx.conf /etc/openwebrx/ fi