diff --git a/scripts/install b/scripts/install index 2713769..8f4f819 100644 --- a/scripts/install +++ b/scripts/install @@ -109,6 +109,15 @@ ynh_app_setting_set "$app" final_path "$final_path" # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" +#================================================= +# DOWNLOAD, CHECK AND UNPACK SOURCE +#================================================= + +ynh_script_progression --message="Setting up source files..." --weight=4 +ynh_app_setting_set "$mail" final_path "$final_path/functions/PHPMailer/" +# Download, check integrity, uncompress and patch the source from app.src +ynh_setup_source "$final_path" + #================================================= # IMPORT PHPIPAM DB #=================================================