Remove obsolete settings from master config template
This commit is contained in:
parent
efe0aefddc
commit
b718a1b53b
2 changed files with 1 additions and 46 deletions
3
install
3
install
|
@ -693,8 +693,7 @@ fi
|
|||
loudCmd "./build.sh"
|
||||
if [ -f /etc/airtime/airtime.conf ]; then
|
||||
# TODO use VERSION or some other way to check for updates and handle
|
||||
# media-monitor case on it's own and remove the section from the config
|
||||
# file completely (it's still in the install)
|
||||
# media-monitor case on it's own
|
||||
OLD_CONF=$(grep "[media-monitor]" /etc/airtime/airtime.conf)
|
||||
|
||||
if [ -n "${OLD_CONF}" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue