|
|
@ -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")" |
|
|
|