1
0
Fork 0
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:
anmol26s 2018-05-26 01:26:54 +05:30
parent 5b230f68d6
commit 837fb45517

View file

@ -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