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:
parent
b553bb01f0
commit
b2ad933bc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue