소스 검색

Remove set -e/errexit, which causes the script to silently fail when no process is found with -j

master
JustAnotherArchivist 6 년 전
부모
커밋
8ffb48fb1b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      kill-wpull-connections

+ 0
- 1
kill-wpull-connections 파일 보기

@@ -1,5 +1,4 @@
#!/bin/bash
set -e

if [[ "$1" == '-h' || $# -ne 2 ]]
then


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