mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
v2
This commit is contained in:
parent
6a3f107f3c
commit
fcb3c7d98e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue