mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
commit
c45a9249f9
@ -33,10 +33,15 @@ check_tmpfs_mount() {
|
||||
fix_config() {
|
||||
if [ -f "$ADDON_CONFIG_DIR/setup.conf" ]; then
|
||||
sed -i -e '/^$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
sed -i -e '/^AlwaysSortFoldersFirst.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
sed -i -e '/^SetSystemTime.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
sed -i -e '/^epgsearch.SVDRPPort.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
sed -i -e '/^OSDSkin.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
sed -i -e '/^OSD.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
sed -i -e '/^Font.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
fi
|
||||
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
||||
AlwaysSortFoldersFirst = 1
|
||||
SetSystemTime = 0
|
||||
epgsearch.SVDRPPort = 6419
|
||||
OSDSkin = sttng
|
||||
MYDATA
|
||||
|
Loading…
x
Reference in New Issue
Block a user