parent
decd530f70
commit
bbf4d4eeb2
@ -1,2 +1,8 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/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