Corected typo in variable name for gwAdminListener
@@ -142,9 +142,9 @@ then
then
if [ $debug -eq 1 ]
- 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