diff --git a/scripts/install b/scripts/install index f3c785c..9fcc4b7 100755 --- a/scripts/install +++ b/scripts/install @@ -189,4 +189,8 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= +ynh_script_progression --message="Sleeping for 60 seconds" --weight=1 + +sleep 60 + ynh_script_progression --message="Installation of $app completed" --last