diff --git a/scripts/change_url b/scripts/change_url index 024ad3a..3dfeef1 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -29,4 +29,4 @@ ynh_replace_string --match_string="\$cfg\['web_root'\] = .*" --replace_string="\ # END OF SCRIPT #================================================= -ynh_script_progression --message="Change of URL completed for Jirafeau" --last +ynh_script_progression --message="Change of URL completed for $app" --last diff --git a/scripts/install b/scripts/install index 5b23b68..888abf2 100755 --- a/scripts/install +++ b/scripts/install @@ -89,4 +89,4 @@ chmod 644 "/etc/cron.d/$app" # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of Jirafeau completed" --last +ynh_script_progression --message="Installation of $app completed" --last