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:
Éric Gaspar 2023-12-27 21:14:27 +01:00
parent aefa398065
commit 9fa96da8c6

View file

@ -30,7 +30,7 @@ then
ynh_setup_source --dest_dir="$install_dir"
else
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.ini.php"
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.ini.php" --full_replace=1
chown -R $app:www-data "$install_dir"
ynh_exec_as $app php${phpversion} $install_dir/console core:update -n