1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00

fix variable

This commit is contained in:
OniriCorpe 2023-08-22 20:10:21 +02:00
parent b553bb01f0
commit b2ad933bc5

View file

@ -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