diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-11-23 07:47:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-11-23 07:47:39 +0000 |
commit | 6475461880d3bcae0868dff42a39ec597a8e8041 (patch) | |
tree | d6e9ee5e995e8a65f40b8ff620d24f498e4425ee /etc | |
parent | 784cca4da175d3167b4b284634fd821a2f7bb6d8 (diff) | |
download | pfsense-6475461880d3bcae0868dff42a39ec597a8e8041.zip pfsense-6475461880d3bcae0868dff42a39ec597a8e8041.tar.gz |
Note script is "Terminating" at end.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/phpshellsessions/cvssync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index ff8a51a..2b535ef 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -112,7 +112,7 @@ exec("/etc/rc.filter_configure_sync"); exec("pfctl -f /tmp/rules.debug"); echo "\n"; -echo "===> Checkout complete. Your system is now sync'd.\n"; +echo "===> Checkout complete. Your system is now sync'd. Scripting terminating.\n"; exec("killall php"); touch("/tmp/restart_webgui"); |