summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-24 19:46:36 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-24 19:46:36 -0400
commit1d06f8959ed1175d10c3c3b3bac6c611902d2b2c (patch)
tree8f51bb554875e2cd3069b013ee7e692d852174d9 /etc/phpshellsessions
parent5e864effb94365c6def407675fc616ce8259f908 (diff)
downloadpfsense-1d06f8959ed1175d10c3c3b3bac6c611902d2b2c.zip
pfsense-1d06f8959ed1175d10c3c3b3bac6c611902d2b2c.tar.gz
Note when running /etc/rc.php_ini_setup
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/gitsync2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index 5abfb59..eed6038 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -202,8 +202,10 @@ 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"))
exec("/etc/rc.php_ini_setup");
+ echo "\n";
echo "===> Signaling PHP and Lighty restart...";
$fd = fopen("/tmp/restart_lighty", "w");
OpenPOWER on IntegriCloud