From b2ad933bc5cd97cb5f68e4b0af5e92a8d8d6fac7 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 22 Aug 2023 20:10:21 +0200 Subject: [PATCH] fix variable --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7ca559a..4d49ea2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -45,7 +45,7 @@ chmod +x "$install_dir"/Kavita #================================================= ynh_script_progression --message="Modifying a config file..." --weight=1 -key=$(ynh_app_setting_get --app="$app" --key=storage_s3_bucket) +key=$(ynh_app_setting_get --app="$app" --key=key) if [ -z "$key" ] || [ "$key" == "super secret unguessable key that is longer because we require it" ] then