parent
4c2335e90a
commit
aa4a6d297c
@ -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