Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/plugins/TaskRunner/WordPressApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class WordPressApp extends LAMPApp {
` echo "${configFiles.wpDefaultConfig}" > /var/www/html/wp-config.php`,
'fi',
// Prepend the probo-config.php file to the wp-config file.
`sed -i "1i <?php require('probo-config.php'); ?>" /var/www/html/wp-config.php`,
`sed -i "1i <?php require(dirname(__FILE__) . '/probo-config.php'); ?>" /var/www/html/wp-config.php`,

// Create the probo-config file to override any user defined settings.
`echo "<?php`,
Expand Down