소스 검색

removed previous commented lines

mhonkoop 1 년 전
부모
커밋
221a46a780
2개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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