Browse Source

Revert "ynh_die if no free space"

This reverts commit 500288e872.
pull/162/head
Mickaël Martin 7 years ago
parent
commit
bdd3b36a6a
  1. 2
      scripts/_common.sh

2
scripts/_common.sh

@ -376,8 +376,6 @@ ynh_smart_mktemp () {
local tmpdir=/ local tmpdir=/
elif is_there_enough_space /home; then elif is_there_enough_space /home; then
local tmpdir=/home local tmpdir=/home
else
ynh_die "Insufficient free space to continue..."
fi fi
echo "$(sudo mktemp --directory --tmpdir="$tmpdir")" echo "$(sudo mktemp --directory --tmpdir="$tmpdir")"

Loading…
Cancel
Save