From b7e810f73baaa745d191be17332bc8c478b9966d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 28 Apr 2024 15:34:44 +0200 Subject: [PATCH] fix change-url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 58465fa..f680826 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -38,7 +38,7 @@ pkill -f seahub || true ynh_script_progression --message="Updating seafile configuration..." # Update Seafile Config -ynh_add_config --template=seahub_settings.py --destination="$install_dir"/conf/seahub_settings.py +ynh_add_jinja_config --template=seahub_settings.py --destination="$install_dir"/conf/seahub_settings.py ynh_add_config --template=ccnet.conf --destination="$install_dir"/conf/ccnet.conf ynh_add_config --template=gunicorn.conf.py --destination="$install_dir"/conf/gunicorn.conf.py ynh_add_config --template=seafdav.conf --destination="$install_dir"/conf/seafdav.conf