Fix GUI cosmetics for clean up

This commit is contained in:
schumi2004 2012-12-07 15:55:23 +01:00
commit 67dfcc5b13
2 changed files with 2 additions and 2 deletions

View file

@ -305,7 +305,7 @@ fi
echo "[INFO] Post-Process: Cleaning up" echo "[INFO] Post-Process: Cleaning up"
chmod -R a+rw . chmod -R a+rw .
# Clean up list, space seperated from GUI # Clean up list, space seperated from GUI
rm $CLEANUPEXT >/dev/null 2>&1 rm $FileCleanUp >/dev/null 2>&1
# Removed by default # Removed by default
rm _brokenlog.txt >/dev/null 2>&1 rm _brokenlog.txt >/dev/null 2>&1
if [ "$Unrared" -eq 1 ]; then if [ "$Unrared" -eq 1 ]; then

View file

@ -71,7 +71,7 @@ CouchPotato=yes
CouchPotatoCategory=movies CouchPotatoCategory=movies
# Clean up list. (space seperated, default *.nzb *.sfv *.1) # Clean up list. (space seperated, default *.nzb *.sfv *.1)
CLAUNUPEXT=*.nzb *.sfv *.1 FileCleanUp=*.nzb *.sfv *.1
############################################################################## ##############################################################################
### POSTPROCESSING-PARAMETERS ### ### POSTPROCESSING-PARAMETERS ###