From 40bed806ffe0e6636403a25afc8ca17e2f94842b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:44:28 +0200 Subject: [PATCH] cleaning --- scripts/change_url | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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