mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
yWeb: rename Y-Web.conf => yWeb.conf
Origin commit data
------------------
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
This commit is contained in:
@@ -205,12 +205,12 @@ msg_popup()
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# create Y_Web.conf if does not exists
|
||||
# create yWeb.conf if does not exists
|
||||
# -----------------------------------------------------------
|
||||
check_Y_Web_conf()
|
||||
check_yWeb_conf()
|
||||
{
|
||||
if ! [ -e $y_config_Y_Web ]
|
||||
if ! [ -e $y_config_yWeb ]
|
||||
then
|
||||
echo "skin=Tuxbox" >$y_config_Y_Web
|
||||
echo "skin=NI_dark" > $y_config_yWeb
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user