summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-24 19:48:40 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-24 19:48:40 -0400
commit57d34ec9f0971102dd33e09279b007a3c8e0844d (patch)
treec9a28c03c44159a5970c3e9a6d383c1fa2df56d0 /etc/phpshellsessions
parent1d06f8959ed1175d10c3c3b3bac6c611902d2b2c (diff)
downloadpfsense-57d34ec9f0971102dd33e09279b007a3c8e0844d.zip
pfsense-57d34ec9f0971102dd33e09279b007a3c8e0844d.tar.gz
Resolve merge
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/gitsync7
1 files changed, 4 insertions, 3 deletions
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");
OpenPOWER on IntegriCloud