ソースを参照

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


読み込み中…
キャンセル
保存