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:
parent
5372cc2437
commit
dcee710b66
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ then
|
|||
ynh_setup_source --dest_dir="$final_path"
|
||||
else
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.ini.php"
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="config/config.ini.php"
|
||||
|
||||
chown -R $app:www-data "$final_path"
|
||||
ynh_exec_as $app php${phpversion} $final_path/console core:update -n
|
||||
|
|
Loading…
Reference in a new issue