1
0
Fork 0
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:
Éric Gaspar 2023-03-08 22:33:02 +01:00
parent 155570b8b8
commit 82a3b85b3d

View file

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