From 2c0240d2cd98abd4bd608283bf506fad99cc9379 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 11 Nov 2021 14:51:11 +0700 Subject: [PATCH] Update install --- scripts/install | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index ee0fd9c..d5c6f80 100755 --- a/scripts/install +++ b/scripts/install @@ -175,13 +175,6 @@ chmod -R 750 "$mc_path" chmod -R o-rwx "$mc_path" chown -R $app:www-data "$mc_path" -#================================================= -# SETUP MINIO CLIENT -#================================================= -ynh_script_progression --message="Setting up MinIO bucket for Outline..." --time --weight=1 - -$mc_path/mc alias set minio "https://$domain" $minio_id $minio_key - #================================================= # NGINX CONFIGURATION #================================================= @@ -406,6 +399,13 @@ ynh_script_progression --message="Reloading NGINX web server..." --time --weight ynh_systemd_action --service_name=nginx --action=reload +#================================================= +# SETUP MINIO CLIENT +#================================================= +ynh_script_progression --message="Configuring MinIO client..." --time --weight=1 + +$mc_path/mc alias set minio "https://$domain" $minio_id $minio_key + #================================================= # END OF SCRIPT #=================================================