1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00
This commit is contained in:
scith 2015-10-07 22:01:04 +02:00
parent 608e4d702d
commit e637d8045a

View file

@ -71,7 +71,7 @@ sudo cp ../conf/data/domains/domain.tld.ini $final_path/data/_data_/_default_/do
sudo cp ../conf/data/domains/disabled $final_path/data/_data_/_default_/domains/disabled
# SSO
sed -i "s@domain.tld@$domain@g" ../conf/sso.php
sed -i "s@domain.tld/rainloop@$domain$path@g" ../conf/sso.php
sudo cp ../conf/sso.php $final_path/sso.php
# Temporary workaround until someone finds a way to setup NGINX properly...