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 2022-04-01 10:03:20 +07:00
parent 3bdcfde8d2
commit 1ff1a2a410

View file

@ -188,7 +188,7 @@ ynh_systemd_action --service_name=nginx --action=reload
ynh_script_progression --message="Configuring MinIO client..." --weight=1
pushd $mc_path
ynh_exec_warn_less sudo -u $app ./mc alias set minio "https://$domain" "$admin" "$password" --api S3v4
ynh_exec_warn_less sudo -u $app ./mc alias set minio "http://127.0.0.1:$port" "$admin" "$password" --api S3v4
popd
#=================================================