migration.sh: fix frontend settings

Origin commit data
------------------
Commit: 5adeb61708
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-04 (Thu, 04 Jun 2020)

Origin message was:
------------------
- migration.sh: fix frontend settings
This commit is contained in:
vanhofen
2020-06-04 00:22:19 +02:00
parent 9b0bdfd4a5
commit a525ea1f5a

View File

@@ -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 \