diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-24 19:48:40 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-24 19:48:40 -0400 |
commit | 57d34ec9f0971102dd33e09279b007a3c8e0844d (patch) | |
tree | c9a28c03c44159a5970c3e9a6d383c1fa2df56d0 /etc | |
parent | 1d06f8959ed1175d10c3c3b3bac6c611902d2b2c (diff) | |
download | pfsense-57d34ec9f0971102dd33e09279b007a3c8e0844d.zip pfsense-57d34ec9f0971102dd33e09279b007a3c8e0844d.tar.gz |
Resolve merge
Diffstat (limited to 'etc')
-rw-r--r-- | etc/phpshellsessions/gitsync | 7 |
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"); |