浏览代码

removed previous commented lines

mhonkoop 1 年之前
父节点
当前提交
221a46a780
共有 2 个文件被更改,包括 0 次插入1 次删除
  1. 二进制
      .groupwise.sh.swp
  2. 0 1
      groupwise.sh

二进制
.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