Explorar el Código

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

master
JustAnotherArchivist hace 6 años
padre
commit
8ffb48fb1b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      kill-wpull-connections

+ 0
- 1
kill-wpull-connections Ver fichero

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

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


Cargando…
Cancelar
Guardar