diff --git a/hooks/on-finish b/hooks/on-finish index 1a24852..69c2ef7 100755 --- a/hooks/on-finish +++ b/hooks/on-finish @@ -1 +1,3 @@ #!/bin/sh + +ulimit -s $ULIMIT diff --git a/hooks/on-start b/hooks/on-start index c050bcf..01862c3 100755 --- a/hooks/on-start +++ b/hooks/on-start @@ -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 diff --git a/report b/report index 203d34d..b8b766a 100755 --- a/report +++ b/report @@ -22,6 +22,8 @@ fi cd "$SCRIPT_PATH" +export ULIMIT=$(ulimit -s) + ./hooks/on-start REPORT="$(