From 2d4cf863ed3d13f25d2cc6b244fbfbcff021aa48 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Sat, 20 May 2023 14:54:43 +0200 Subject: [PATCH] zblerg --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1fef0bf..995b7a7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ else fi # 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") fi