@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
scriptVersion="1.3"
|
||||
scriptVersion="1.4"
|
||||
scriptName="QueueCleaner"
|
||||
|
||||
log () {
|
||||
@@ -103,7 +103,7 @@ verifyApiAccess () {
|
||||
do
|
||||
arrApiTest=""
|
||||
arrApiVersion=""
|
||||
if [ "$arrName" == "8989" ] || [ "$arrPort" == "7878" ]; then
|
||||
if [ "$arrPort" == "8989" ] || [ "$arrPort" == "7878" ]; then
|
||||
arrApiVersion="v3"
|
||||
elif [ "$arrPort" == "8686" ] || [ "$arrPort" == "8787" ]; then
|
||||
arrApiVersion="v1"
|
||||
|
||||
Reference in New Issue
Block a user