mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Fix GUI cosmetics for clean up
This commit is contained in:
parent
d880ae8b9c
commit
67dfcc5b13
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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 ###
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue