mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Create log file for the logs
This commit is contained in:
parent
5b230f68d6
commit
837fb45517
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < $final_path/install/schem
|
|||
|
||||
# Copy the template install/htconfig.sample.php to .htconfig.php
|
||||
sudo cp $final_path/install/htconfig.sample.php $final_path/.htconfig.php
|
||||
sudo touch "$final_path/php.log"
|
||||
|
||||
# Use sed to add the database information to .htconfig.php
|
||||
sudo sed -i "s/your.mysqlhost.com/localhost/g" $final_path/.htconfig.php
|
||||
|
|
Loading…
Add table
Reference in a new issue