1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2020-12-11 12:36:49 +01:00
parent c68d1ef6fb
commit 5a214dd784
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -91,6 +91,8 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
#Copy the admin saved settings from tmp directory to final path
cp -a "$tmpdir" "$final_path/config"