remove old users file from distribution
This commit is contained in:
parent
d72027e630
commit
7054ec5d59
1
debian/openwebrx.install
vendored
1
debian/openwebrx.install
vendored
@ -2,5 +2,4 @@ config_webrx.py etc/openwebrx/
|
|||||||
bands.json etc/openwebrx/
|
bands.json etc/openwebrx/
|
||||||
bookmarks.json etc/openwebrx/
|
bookmarks.json etc/openwebrx/
|
||||||
openwebrx.conf etc/openwebrx/
|
openwebrx.conf etc/openwebrx/
|
||||||
users.json etc/openwebrx/
|
|
||||||
systemd/openwebrx.service lib/systemd/system/
|
systemd/openwebrx.service lib/systemd/system/
|
@ -12,9 +12,6 @@ fi
|
|||||||
if [[ ! -f /etc/openwebrx/bookmarks.json ]] ; then
|
if [[ ! -f /etc/openwebrx/bookmarks.json ]] ; then
|
||||||
cp bookmarks.json /etc/openwebrx/
|
cp bookmarks.json /etc/openwebrx/
|
||||||
fi
|
fi
|
||||||
if [[ ! -f /etc/openwebrx/users.json ]] ; then
|
|
||||||
cp users.json /etc/openwebrx/
|
|
||||||
fi
|
|
||||||
if [[ ! -f /etc/openwebrx/openwebrx.conf ]] ; then
|
if [[ ! -f /etc/openwebrx/openwebrx.conf ]] ; then
|
||||||
cp openwebrx.conf /etc/openwebrx/
|
cp openwebrx.conf /etc/openwebrx/
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user