From 67dfcc5b136c14a65b174c13ebe1c3b38254b646 Mon Sep 17 00:00:00 2001 From: schumi2004 Date: Fri, 7 Dec 2012 15:55:23 +0100 Subject: [PATCH] Fix GUI cosmetics for clean up --- nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh | 2 +- nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh index 1bfd7d4b..5505b444 100644 --- a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh +++ b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh @@ -305,7 +305,7 @@ fi echo "[INFO] Post-Process: Cleaning up" chmod -R a+rw . # Clean up list, space seperated from GUI -rm $CLEANUPEXT >/dev/null 2>&1 +rm $FileCleanUp >/dev/null 2>&1 # Removed by default rm _brokenlog.txt >/dev/null 2>&1 if [ "$Unrared" -eq 1 ]; then diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index a05b1d69..0549cba0 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -71,7 +71,7 @@ CouchPotato=yes CouchPotatoCategory=movies # Clean up list. (space seperated, default *.nzb *.sfv *.1) -CLAUNUPEXT=*.nzb *.sfv *.1 +FileCleanUp=*.nzb *.sfv *.1 ############################################################################## ### POSTPROCESSING-PARAMETERS ###