From d40100182668524242a171487fd0788a467a6bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:32:39 +0200 Subject: [PATCH] Update change_url --- scripts/change_url | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 6ef2cea..4db7ac8 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -35,12 +35,7 @@ ynh_script_progression --message="Updating a configuration file..." domain="$new_domain" path="$new_path" -#REMOVEME? if [ $is_public -eq 0 ]; -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 +ynh_add_config --template="../conf/lstu.conf.ldap" --destination="$install_dir/lstu.conf" #================================================= # GENERIC FINALISATION