add ulimit to fix "Argument list too long"

Este commit está contenido en:
Simon Vieille 2019-06-18 13:40:43 +02:00
padre 973a318764
commit c52020a775
Firmado por: deblan
ID de clave GPG: 03383D15A1D31745
Se han modificado 3 ficheros con 6 adiciones y 0 borrados

Ver fichero

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

Ver fichero

@ -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
Ver fichero

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