1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

Update install

This commit is contained in:
Limezy 2021-11-11 15:53:40 +07:00
parent de52cf21a5
commit fca4b72b7f

View file

@ -397,15 +397,13 @@ fi
#================================================= #=================================================
ynh_script_progression --message="Reloading NGINX web server..." --time --weight=1 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 # SETUP MINIO CLIENT
#================================================= #=================================================
ynh_script_progression --message="Configuring MinIO client..." --time --weight=1 ynh_script_progression --message="Configuring MinIO client..." --time --weight=1
sleep 10
pushd $mc_path pushd $mc_path
ynh_exec_warn_less sudo -u minio ./mc alias set minio "https://$domain" "$minio_id" "$minio_key" ynh_exec_warn_less sudo -u minio ./mc alias set minio "https://$domain" "$minio_id" "$minio_key"
popd popd