mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
SABnzbd-Suite: whitespace fixes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8f8401bc12
commit
2f5a72b455
@ -318,7 +318,7 @@ python $ADDON_DIR/bin/ini_tool --action=write \
|
|||||||
# start couchpotato
|
# start couchpotato
|
||||||
################################################################################
|
################################################################################
|
||||||
python $ADDON_DIR/CouchPotato/CouchPotato.py -d --datadir $ADDON_HOME --config $COUCHPOTATO_SETTINGS
|
python $ADDON_DIR/CouchPotato/CouchPotato.py -d --datadir $ADDON_HOME --config $COUCHPOTATO_SETTINGS
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# setup headphones ini file
|
# setup headphones ini file
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -330,7 +330,7 @@ python $ADDON_DIR/bin/ini_tool --action=write \
|
|||||||
if [ ! -f "$HEADPHONES_SETTINGS" ]; then
|
if [ ! -f "$HEADPHONES_SETTINGS" ]; then
|
||||||
HEADPHONES_FIRSTRUN="yes"
|
HEADPHONES_FIRSTRUN="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HEADPHONES_FIRSTRUN" = "yes" ]; then
|
if [ "$HEADPHONES_FIRSTRUN" = "yes" ]; then
|
||||||
write_headphones_ini General http_port $HEADPHONES_PORT
|
write_headphones_ini General http_port $HEADPHONES_PORT
|
||||||
write_headphones_ini General http_host $HEADPHONES_IP
|
write_headphones_ini General http_host $HEADPHONES_IP
|
||||||
@ -338,11 +338,11 @@ python $ADDON_DIR/bin/ini_tool --action=write \
|
|||||||
write_headphones_ini General music_dir $HEADPHONES_MUSICDIR
|
write_headphones_ini General music_dir $HEADPHONES_MUSICDIR
|
||||||
write_headphones_ini General destination_dir $HEADPHONES_DESTDIR
|
write_headphones_ini General destination_dir $HEADPHONES_DESTDIR
|
||||||
write_headphones_ini General download_dir $HEADPHONES_DOWNLOADDIR
|
write_headphones_ini General download_dir $HEADPHONES_DOWNLOADDIR
|
||||||
|
|
||||||
write_headphones_ini SABnzbd sab_host $HEADPHONES_SABHOST
|
write_headphones_ini SABnzbd sab_host $HEADPHONES_SABHOST
|
||||||
write_headphones_ini SABnzbd sab_apikey $SABNZBD_APIKEY
|
write_headphones_ini SABnzbd sab_apikey $SABNZBD_APIKEY
|
||||||
write_headphones_ini SABnzbd sab_category $HEADPHONES_SABCATEGORY
|
write_headphones_ini SABnzbd sab_category $HEADPHONES_SABCATEGORY
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user