mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
bash and me :D
This commit is contained in:
parent
fcb3c7d98e
commit
fbb151e90c
1 changed files with 2 additions and 3 deletions
|
@ -60,9 +60,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Retrieve the password from the .env file
|
# Retrieve the password from the .env file
|
||||||
if [ -z $password ];
|
if [ -z $password ]; then
|
||||||
then
|
password=$(ynh_read_var_in_file --file="$install_dir/.env" --key="MINIO_ROOT_PASSWORD")
|
||||||
password = $(ynh_read_var_in_file --file="$install_dir/.env" --key="MINIO_ROOT_PASSWORD")
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue