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

Cleanup upgrade

This commit is contained in:
Salamandar 2024-02-23 22:45:07 +01:00
parent 3fbeff6247
commit d574ff706a

View file

@ -8,28 +8,19 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# CHECK VERSION
#=================================================
upgrade_type=$(ynh_check_app_version_changed)
#=================================================
# STANDARD UPGRADE STEPS
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
# ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Upgrading source files..."
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_setup_source --dest_dir="$install_dir" --keep=config.php
myynh_clean_source
fi
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=config.php
myynh_clean_source
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"