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

Revert "Use ynh_smart_mktemp"

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

View file

@ -189,7 +189,7 @@ do
ynh_replace_string "__SHA256_SUM__" "$nextcloud_source_sha256" "../conf/app.src" ynh_replace_string "__SHA256_SUM__" "$nextcloud_source_sha256" "../conf/app.src"
# Create a temporary directory # Create a temporary directory
tmpdir="$(ynh_smart_mktemp 300)" tmpdir="${final_path}_temp_upgrade_dir"
# Install the next nextcloud version in $tmpdir # Install the next nextcloud version in $tmpdir
ynh_setup_source "$tmpdir" ynh_setup_source "$tmpdir"