mirror of
https://github.com/YunoHost-Apps/lidarr_ynh.git
synced 2024-09-03 19:35:58 +02:00
add api_key
This commit is contained in:
parent
12f0384a19
commit
e31c3c4c2a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ admin=$(ynh_app_setting_get --app=$app --key=admin)
|
|||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
data_path=$(ynh_app_setting_get --app=$app --key=data_path)
|
||||
api_key=$(ynh_app_setting_get --app=$app --key=api_key)
|
||||
architecture=$YNH_ARCH
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue