Browse Source

removed previous commented lines

mhonkoop 1 year ago
parent
commit
221a46a780
2 changed files with 0 additions and 1 deletions
  1. BIN
      .groupwise.sh.swp
  2. 0 1
      groupwise.sh

BIN
.groupwise.sh.swp


+ 0 - 1
groupwise.sh

@@ -75,7 +75,6 @@ then
     gwIAProcess=$(ps -ef | grep "gwia" | grep -v grep | awk '{print $2}')
     if [ ! -z "$gwIAProcess" ]
     then
-#        echo "P \"Groupwise GWIA\" status=1;;;1 GroupWise Internet Agent process is running with PID: $gwIAProcess"
         gwIAListener=$(ss -lpn | grep $gwIAProcess |awk '{print $5}' | grep -E '^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | sort -u | sed -E ':a;N;$!ba;s/\r{0,1}\n/\\n/g')
         if [ ! -z "$gwIAListener" ]
         then