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:
parent
00f36f3be2
commit
2b28cc7551
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ ynh_add_nginx_config
|
||||||
|
|
||||||
|
|
||||||
# configure friendica
|
# 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 "your.mysqlhost.com" "localhost" "$final_path/.htconfig.php"
|
||||||
ynh_replace_string "mysqlusername" "$db_name" "$final_path/.htconfig.php"
|
ynh_replace_string "mysqlusername" "$db_name" "$final_path/.htconfig.php"
|
||||||
ynh_replace_string "mysqldatabasename" "$db_name" "$final_path/.htconfig.php"
|
ynh_replace_string "mysqldatabasename" "$db_name" "$final_path/.htconfig.php"
|
||||||
|
|
Loading…
Add table
Reference in a new issue