summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/phpshellsessions/gitsync4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index e39a1be..5abfb59 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -202,6 +202,9 @@ function post_cvssync_commands() {
exec("pfctl -f /tmp/rules.debug");
echo "\n";
+ if(file_exists("/etc/rc.php_ini_setup"))
+ exec("/etc/rc.php_ini_setup");
+
echo "===> Signaling PHP and Lighty restart...";
$fd = fopen("/tmp/restart_lighty", "w");
fwrite($fd, "#!/bin/sh\n");
@@ -211,6 +214,7 @@ function post_cvssync_commands() {
fclose($fd);
mwexec_bg("sh /tmp/restart_lighty");
echo "\n";
+
}
function isUrl($url = "") {
OpenPOWER on IntegriCloud