From e9fa743dc8d0237fedf11526ac5655bd7be2d863 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jun 2020 00:22:19 +0200 Subject: [PATCH] migration.sh: fix frontend settings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5adeb61708cea54a5a692f2d568fb11c980d1cd6 Author: vanhofen Date: 2020-06-04 (Thu, 04 Jun 2020) Origin message was: ------------------ - migration.sh: fix frontend settings ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/control/migration.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/control/migration.sh b/data/control/migration.sh index ee71fe9fe..a1500c4af 100644 --- a/data/control/migration.sh +++ b/data/control/migration.sh @@ -23,6 +23,11 @@ if [ -e neutrino.conf ]; then mv neutrino.sort neutrino.conf fi +if [ -e zapit/frontend.conf ]; then + # uni_qrg was renamed to uni_freq + sed -i "s|_uni_qrg=|_uni_freq=|g" /var/tuxbox/config/zapit/frontend.conf +fi + controlscripts="\ audioplayer.start \ audioplayer.end \