mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
5f9ebaf80d
@ -131,9 +131,11 @@ fi
|
|||||||
if [ -f "$ADDON_CONFIG_DIR/setup.conf" ]; then
|
if [ -f "$ADDON_CONFIG_DIR/setup.conf" ]; then
|
||||||
sed -i -e '/^$/d' $ADDON_CONFIG_DIR/setup.conf
|
sed -i -e '/^$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
sed -i -e '/^epgsearch.SVDRPPort.*$/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
|
||||||
fi
|
fi
|
||||||
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
||||||
epgsearch.SVDRPPort = 6419
|
epgsearch.SVDRPPort = 6419
|
||||||
|
OSDSkin = sttng
|
||||||
MYDATA
|
MYDATA
|
||||||
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user