diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-31 20:31:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-31 20:31:58 +0000 |
commit | 457161f72d53aff0b5b4be9e3fa96880ed1d0d80 (patch) | |
tree | f3116d2b909d388e34c20b0059aa37c4d7617a06 /usr/local | |
parent | c9ab5ae1a98c767a533d949ebf70920bb4eb44c5 (diff) | |
download | pfsense-457161f72d53aff0b5b4be9e3fa96880ed1d0d80.zip pfsense-457161f72d53aff0b5b4be9e3fa96880ed1d0d80.tar.gz |
Add process_kill_command which will kill the process late after installation to allow other items to finish up such as filter_configure();
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/pkg_mgr_install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php index 1584c38..eff397b 100755 --- a/usr/local/www/pkg_mgr_install.php +++ b/usr/local/www/pkg_mgr_install.php @@ -447,6 +447,7 @@ foreach ($packages_to_install as $id) { if($package_conf['custom_php_install_command']) { update_status("Executing post install commands..."); + $pb_percent += 50; eval($package_conf['custom_php_install_command']); } |