1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00
This commit is contained in:
Tagada 2023-05-20 13:17:54 +02:00
parent 6a3f107f3c
commit fcb3c7d98e

View file

@ -59,6 +59,12 @@ else
ynh_script_progression --message="No migration to be done" ynh_script_progression --message="No migration to be done"
fi fi
# Retrieve the password from the .env file
if [ -z $password ];
then
password = $(ynh_read_var_in_file --file="$install_dir/.env" --key="MINIO_ROOT_PASSWORD")
fi
#================================================= #=================================================
# STANDARD UPGRADE STEPS # STANDARD UPGRADE STEPS
#================================================= #=================================================