#!/bin/bash source _common.sh source /usr/share/yunohost/helpers #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= ynh_script_progression --message="Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" --keep="/data" chmod -R o-rwx "$install_dir" chown -R $custom_webapp_id:www-data "$install_dir" #================================================= # GENERIC FINALIZATION #================================================= # END OF SCRIPT #================================================= ynh_script_progression --message="Upgrade of $app completed"