소스 검색

Typo

master
JustAnotherArchivist 2 년 전
부모
커밋
9798cc1188
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      kill-connections

+ 1
- 1
kill-connections 파일 보기

@@ -33,7 +33,7 @@ then
tcp-closer -4 -s ${v4sports}
echo >&2
fi
v6sports="$(lsof -a -p ${pid} -i6 -i TCP -n -F nP0 | grep -Pao '\x00n\[[^\]]+\]:\K\d+' | tr '\n' ' ' | sed 's/,$//; s/ / -s /g')"
v6sports="$(lsof -a -p ${pid} -i6 -i TCP -n -F nP0 | grep -Pao '\x00n\[[^\]]+\]:\K\d+' | tr '\n' ' ' | sed 's/ $//; s/ / -s /g')"
if [[ "${v6sports}" ]]
then
echo "Killing IPv6 connections" >&2


불러오는 중...
취소
저장