mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Update change_url
This commit is contained in:
parent
155570b8b8
commit
82a3b85b3d
1 changed files with 6 additions and 7 deletions
|
@ -12,14 +12,13 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
# LOAD SETTINGS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Loading installation settings..." --weight=1
|
||||
|
||||
enable_downloads=$(ynh_app_setting_get --app=$app --key=enable_downloads)
|
||||
scanner_extractor=$(ynh_app_setting_get --app=$app --key=scanner_extractor)
|
||||
enable_animation=$(ynh_app_setting_get --app=$app --key=enable_animation)
|
||||
enable_transcoding=$(ynh_app_setting_get --app=$app --key=enable_transcoding)
|
||||
welcome_message=$(ynh_app_setting_get --app=$app --key=welcome_message)
|
||||
enable_sharing=$(ynh_app_setting_get --app=$app --key=enable_sharing)
|
||||
#enable_downloads=$(ynh_app_setting_get --app=$app --key=enable_downloads)
|
||||
#scanner_extractor=$(ynh_app_setting_get --app=$app --key=scanner_extractor)
|
||||
#enable_animation=$(ynh_app_setting_get --app=$app --key=enable_animation)
|
||||
#enable_transcoding=$(ynh_app_setting_get --app=$app --key=enable_transcoding)
|
||||
#welcome_message=$(ynh_app_setting_get --app=$app --key=welcome_message)
|
||||
#enable_sharing=$(ynh_app_setting_get --app=$app --key=enable_sharing)
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue