mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
transmission: fix copy of default settings
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
87a247e663
commit
da4ea9c045
@ -30,7 +30,7 @@ mkdir -p $ADDON_HOME
|
||||
OPENELEC_SETTINGS="$ADDON_HOME/settings.xml"
|
||||
|
||||
if [ ! -f "$OPENELEC_SETTINGS" ]; then
|
||||
cp settings.xml $OPENELEC_SETTINGS
|
||||
cp $ADDON_DIR/settings.xml $OPENELEC_SETTINGS
|
||||
fi
|
||||
|
||||
TRANSMISSION_START=`grep TRANSMISSION_START $OPENELEC_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user