From 57d34ec9f0971102dd33e09279b007a3c8e0844d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 24 Aug 2009 19:48:40 -0400 Subject: Resolve merge --- etc/phpshellsessions/gitsync | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'etc/phpshellsessions') diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index eed6038..560baf8 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -202,10 +202,11 @@ function post_cvssync_commands() { exec("pfctl -f /tmp/rules.debug"); echo "\n"; - echo "===> Running /etc/rc.php_ini_setup..."; - if(file_exists("/etc/rc.php_ini_setup")) + if(file_exists("/etc/rc.php_ini_setup")) { + echo "===> Running /etc/rc.php_ini_setup..."; exec("/etc/rc.php_ini_setup"); - echo "\n"; + echo "\n"; + } echo "===> Signaling PHP and Lighty restart..."; $fd = fopen("/tmp/restart_lighty", "w"); -- cgit v1.1