Selaa lähdekoodia

Update 'groupwise.sh'

Corected typo in variable name for gwAdminListener
Michael Honkoop 1 vuosi sitten
vanhempi
commit
9eeeabefc3
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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