Browse Source

Revert "Use ynh_smart_mktemp"

This reverts commit ad59d740f1.
pull/162/head
Mickaël Martin 7 years ago
parent
commit
f33d324f3f
  1. 2
      scripts/upgrade

2
scripts/upgrade

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

Loading…
Cancel
Save