SABnzbd-Suite: whitespace fixes

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-19 03:04:00 +02:00
parent 8f8401bc12
commit 2f5a72b455

View File

@ -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
################################################################################ ################################################################################