瀏覽代碼

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


Loading…
取消
儲存