mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
introduce core config file (settings that cannot be edited from the web)
This commit is contained in:
parent
54fb58755d
commit
3226c01f60
5 changed files with 44 additions and 4 deletions
|
|
@ -15,6 +15,9 @@ 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
|
||||
|
||||
|
||||
_term() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue