From fca4b72b7f527e9f9dff3342a09a1c3f5dec9156 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 11 Nov 2021 15:53:40 +0700 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0a64d67..89b250d 100755 --- a/scripts/install +++ b/scripts/install @@ -397,15 +397,13 @@ fi #================================================= ynh_script_progression --message="Reloading NGINX web server..." --time --weight=1 -ynh_systemd_action --service_name=nginx --action=reload +ynh_systemd_action --service_name=nginx --action=reload --line_match="Reloaded A high performance web server and a reverse proxy server." #================================================= # SETUP MINIO CLIENT #================================================= ynh_script_progression --message="Configuring MinIO client..." --time --weight=1 -sleep 10 - pushd $mc_path ynh_exec_warn_less sudo -u minio ./mc alias set minio "https://$domain" "$minio_id" "$minio_key" popd