From a03410d5434ff95055bd52f7e499a84c8b68b450 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 18 Sep 2018 18:20:38 +0200 Subject: [PATCH] Fix domain string replacement --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 088483c..c5d2e92 100644 --- a/scripts/install +++ b/scripts/install @@ -71,7 +71,7 @@ ynh_system_user_create $app # MODIFY A CONFIG FILE #================================================= cp -a ../conf/loolwsd.xml /etc/loolwsd -ynh_replace_string "__DOMAIN__" "$nextcloud_domain" "/etc/loolwsd/loolwsd.xml" +ynh_replace_string "__NEXTCLOUDDOMAIN__" "$nextcloud_domain" "/etc/loolwsd/loolwsd.xml" ynh_replace_string "__PASSWORD__" "$password" "/etc/loolwsd/loolwsd.xml" systemctl start loolwsd