introduce core config file (settings that cannot be edited from the web)

This commit is contained in:
Jakob Ketterl
2021-02-06 16:38:03 +01:00
parent 54fb58755d
commit 3226c01f60
5 changed files with 44 additions and 4 deletions

View File

@ -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() {