#!/bin/bash source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #================================================= # STANDARD RESTORATION STEPS #================================================= # RESTORE THE APP MAIN DIR #================================================= ynh_script_progression --message="Restoring the app main directory..." ynh_restore_file --origin_path="$install_dir" chmod -R o-rwx "$install_dir" chown -R $custom_webapp_id:www-data "$install_dir" #================================================= # END OF SCRIPT #================================================= ynh_script_progression --message="Restoration completed for $app"