From bdd3b36a6ae8820bb243c0622afa3347ed934feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Martin?= Date: Thu, 21 Feb 2019 18:24:14 +0100 Subject: [PATCH] Revert "ynh_die if no free space" This reverts commit 500288e8721f509853b7f79bd5c8d6312ff1ec7c. --- scripts/_common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1e2bd82..77b2812 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -376,8 +376,6 @@ ynh_smart_mktemp () { local tmpdir=/ elif is_there_enough_space /home; then local tmpdir=/home - else - ynh_die "Insufficient free space to continue..." fi echo "$(sudo mktemp --directory --tmpdir="$tmpdir")"