mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
FileCleanUp list is an array
This commit is contained in:
parent
79c6ed890f
commit
2bce1a1c9e
1 changed files with 2 additions and 2 deletions
|
@ -341,8 +341,8 @@ fi
|
||||||
# Clean up
|
# Clean up
|
||||||
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 array from GUI
|
||||||
rm $FileCleanUp >/dev/null 2>&1
|
for item in ${FileCleanUp[*]} ; do rm $item >/dev/null 2>&1 ; done
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue