mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
Fix domain string replacement
This commit is contained in:
parent
2bff0ac16c
commit
a03410d543
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue