1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Fix multi-instance install

This commit is contained in:
Josué Tille 2018-06-11 14:44:45 +02:00
parent 00f36f3be2
commit 2b28cc7551

View file

@ -104,7 +104,7 @@ ynh_add_nginx_config
# configure friendica
sudo cp /var/www/friendica/htconfig.php /var/www/friendica/.htconfig.php
sudo cp "$final_path/htconfig.php" "$final_path/.htconfig.php"
ynh_replace_string "your.mysqlhost.com" "localhost" "$final_path/.htconfig.php"
ynh_replace_string "mysqlusername" "$db_name" "$final_path/.htconfig.php"
ynh_replace_string "mysqldatabasename" "$db_name" "$final_path/.htconfig.php"