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

full_replace=1 on upgrade

This commit is contained in:
Salamandar 2024-02-04 19:06:55 +01:00
parent f4cdfc11a3
commit 3ff75018e7

View file

@ -40,7 +40,7 @@ fi
ynh_script_progression --message="Upgrading source files..." --weight=2 ynh_script_progression --message="Upgrading source files..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.ini" ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config/config.ini"
chmod 750 "$install_dir" chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"