1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Revert "ynh_die if no free space"

This reverts commit 500288e872.
This commit is contained in:
Mickaël Martin 2019-02-21 18:24:14 +01:00
parent 63dc7f457b
commit bdd3b36a6a

View file

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