remove old users file from distribution

This commit is contained in:
Jakob Ketterl 2021-02-06 18:15:55 +01:00
parent d72027e630
commit 7054ec5d59
2 changed files with 0 additions and 4 deletions

View File

@ -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/

View File

@ -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