mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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.* \
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user