1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-06-01 08:32:39 +02:00
parent 8560e4bddd
commit d401001826

View file

@ -35,12 +35,7 @@ ynh_script_progression --message="Updating a configuration file..."
domain="$new_domain" domain="$new_domain"
path="$new_path" path="$new_path"
#REMOVEME? if [ $is_public -eq 0 ]; ynh_add_config --template="../conf/lstu.conf.ldap" --destination="$install_dir/lstu.conf"
then
ynh_add_config --template="../conf/lstu.conf.ldap" --destination="$install_dir/lstu.conf"
else
ynh_add_config --template="../conf/lstu.conf.template" --destination="$install_dir/lstu.conf"
fi
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION