Ver Fonte

Update 'groupwise.sh'

Corected typo in variable name for gwAdminListener
Michael Honkoop há 1 ano atrás
pai
commit
9eeeabefc3
1 ficheiros alterados com 2 adições e 2 exclusões
  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