소스 검색

Update 'groupwise.sh'

Corected typo in variable name for gwAdminListener
Michael Honkoop 1 년 전
부모
커밋
9eeeabefc3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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