summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 0fede79..52c69cb 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -43,6 +43,8 @@ function post_cvssync_commands() {
}
function check_php_status() {
+ if(file_exists("/etc/rc.php_ini_setup"))
+ exec("/etc/rc.php_ini_setup");
echo "===> Ensuring that PHP is working before going further...";
$test_php = `php -v`;
if(!strstr($test_php, "PHP")) {
OpenPOWER on IntegriCloud