yWeb: rename Y-Web.conf => yWeb.conf

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3e6d6f3da0
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y-Web.conf => yWeb.conf

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-02-20 20:47:53 +01:00
parent 53bc1ca945
commit fa8d630a8a
19 changed files with 72 additions and 68 deletions

View File

@@ -16,7 +16,7 @@ TOBACKUP="\
@CONFIGDIR@/scan.conf \
@CONFIGDIR@/timerd.conf \
@CONFIGDIR@/weather-favorites.xml \
@CONFIGDIR@/Y-Web.conf \
@CONFIGDIR@/yWeb.conf \
\
@CONFIGDIR@/doscam.* \
@CONFIGDIR@/oscam.* \

View File

@@ -19,6 +19,11 @@ if [ -e neutrino.conf ]; then
mv @CONFIGDIR@/webtv_usr.xml @WEBTVDIR_VAR@/
fi
# Y-Web.conf was renamed to yWeb.conf
if [ -e @CONFIGDIR@/Y-Web.conf ]; then
mv @CONFIGDIR@/Y-Web.conf @CONFIGDIR@/yWeb.conf
fi
# remove all old glcd_ keywords; neutrino will add the new ones
if ! grep -q glcd_foreground_color neutrino.conf ; then
sed -i "/^glcd_/d" neutrino.conf