Updated puphet install script to include new config.php detail.
parent
05022b4b58
commit
f0a05e15b5
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue