1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jirafeau_ynh.git synced 2024-09-03 19:35:53 +02:00
This commit is contained in:
Éric Gaspar 2023-10-02 09:44:28 +02:00
parent 8015d6ae54
commit 40bed806ff
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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