1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-03-04 00:02:01 +01:00
parent 4ebc6cf878
commit 438396891d

View file

@ -17,7 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
# Add settings here as needed by your application
password=$(ynh_app_setting_get --app=$app --key=password)
group_name=$(ynh_app_setting_get --app=$app --key=group_name)
ldap_port=$(ynh_app_setting_get --app=$app --key=ldap_port)
port_ldap=$(ynh_app_setting_get --app=$app --key=ldap_port)
key=$(ynh_app_setting_get --app=$app --key=key)
#=================================================