add ulimit to fix "Argument list too long"

Tento commit je obsažen v:
Simon Vieille 2019-06-18 13:40:43 +02:00
rodič 973a318764
revize c52020a775
Podepsáno: deblan
ID klíče GPG: 03383D15A1D31745
3 změnil soubory, kde provedl 6 přidání a 0 odebrání

Zobrazit soubor

@ -1 +1,3 @@
#!/bin/sh
ulimit -s $ULIMIT

Zobrazit soubor

@ -1,5 +1,7 @@
#!/bin/sh
ulimit -s 65536
if ! apt-get update >/dev/null 2>/dev/null; then
printf "La mise à jour de la liste des paquets à échoué.\n"
fi

2
report
Zobrazit soubor

@ -22,6 +22,8 @@ fi
cd "$SCRIPT_PATH"
export ULIMIT=$(ulimit -s)
./hooks/on-start
REPORT="$(