mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Minio client correct
This commit is contained in:
parent
a5874f6bcf
commit
4cc33e4897
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
ynh_script_progression --message="Configuring MinIO client..." --weight=1
|
ynh_script_progression --message="Configuring MinIO client..." --weight=1
|
||||||
|
|
||||||
pushd $mc_path
|
pushd $mc_path
|
||||||
ynh_exec_warn_less sudo -u $app ./mc alias set minio "https://$domain/server" "$app" "$minio_key" --api S3v4
|
ynh_exec_warn_less sudo -u $app ./mc alias set minio "https://$domain" "$app" "$minio_key" --api S3v4
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -154,7 +154,7 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
ynh_script_progression --message="Configuring MinIO client..." --weight=1
|
ynh_script_progression --message="Configuring MinIO client..." --weight=1
|
||||||
|
|
||||||
pushd $mc_path
|
pushd $mc_path
|
||||||
ynh_exec_warn_less sudo -u $app ./mc alias set minio "https://$domain/server" "$app" "$minio_key" --api S3v4
|
ynh_exec_warn_less sudo -u $app ./mc alias set minio "https://$domain" "$app" "$minio_key" --api S3v4
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue