Browse Source

Update 'groupwise.sh'

Corected typo in variable name for gwAdminListener
Michael Honkoop 1 year ago
parent
commit
9eeeabefc3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      groupwise.sh

+ 2 - 2
groupwise.sh

@@ -142,9 +142,9 @@ then
     then
         if [ $debug -eq 1 ]
         then
-            echo "DEBUG:We found atleast one gwAdmin listener: $gwAdministener"
+            echo "DEBUG:We found atleast one gwAdmin listener: $gwAdminListener"
         fi
-        echo "P \"Groupwise AdminService\" count=1;;;1 GroupWise AdminService process is running with PID: $gwAdminProcess and listening.\n $gwAdministener"
+        echo "P \"Groupwise AdminService\" count=1;;;1 GroupWise AdminService process is running with PID: $gwAdminProcess and listening.\n $gwAdminListener"
     else
         if [ $debug -eq 1 ]
         then