Updated puphet install script to include new config.php detail.

pull/624/head
damian 2018-08-19 16:43:31 +10:00
parent 05022b4b58
commit f0a05e15b5
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ define('PSM_DB_PASS', 'psm'); \
define('PSM_DB_NAME', 'psm'); \
define('PSM_DB_HOST', 'localhost'); \
define('PSM_DB_PORT', ''); \
define('PSM_THEME', 'default'); \
?>" > /var/www/default/psm/config.php
echo "<?php \