Update QueueCleaner.bash
This commit is contained in:
parent
6bd5d698a7
commit
471a718b8f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ QueueCleanerProcess () {
|
|||
fi
|
||||
}
|
||||
|
||||
if [ "$arrName" == "enableQueueCleaner" ]; then
|
||||
if [ "$enableQueueCleaner" == "false" ]; then
|
||||
log "ERROR :: Script disabled, exiting..."
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue