1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Fix upgrade #24

This commit is contained in:
Florent 2024-02-17 15:26:22 +01:00 committed by Florent F
parent 88bc7987bb
commit 90b59212bd

View file

@ -42,7 +42,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=20
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
fi
chown -R $app:www-data "$install_dir"