https://github.com/RandomNinjaAtk/arr-scripts/issues/1 - Fixpull/226/head
parent
8618be4e17
commit
15ae5634c8
@ -1,2 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
bash /config/extended/scripts/QueueCleaner.bash
|
||||
if [ "$enableQueueCleaner" != "true" ]; then
|
||||
echo "QueueCleaner.bash Script disabled, enable by setting parameter: enableQueueCleaner=true"
|
||||
sleep infinity
|
||||
else
|
||||
bash /config/extended/scripts/QueueCleaner.bash
|
||||
fi
|
||||
exit
|
||||
|
Loading…
Reference in new issue