mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
add user.json provisioning
This commit is contained in:
parent
6c3bb0b520
commit
513b477fac
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ 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
|
||||
|
||||
|
||||
_term() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue