1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

bash again

This commit is contained in:
Tagada 2023-05-20 19:52:29 +02:00
parent 2d4cf863ed
commit e1a68a8c27

View file

@ -60,7 +60,7 @@ else
fi fi
# Retrieve the password from the .env file # Retrieve the password from the .env file
if [ -z "$password" ]; then if [ -z "${password:-}" ]; 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