diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 19:12:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 19:12:33 +0000 |
commit | 3e469cf8a10aa9268775449c3e7c5a531992433d (patch) | |
tree | 42966b21b76d40293654a195ecb03d3d625f2e32 /packages/assp.xml | |
parent | 771db2452496aa84c7d2ac76ed1de13593d6ec18 (diff) | |
download | pfsense-packages-3e469cf8a10aa9268775449c3e7c5a531992433d.tar.gz pfsense-packages-3e469cf8a10aa9268775449c3e7c5a531992433d.tar.bz2 pfsense-packages-3e469cf8a10aa9268775449c3e7c5a531992433d.zip |
Start ASSP in the background
Diffstat (limited to 'packages/assp.xml')
-rw-r--r-- | packages/assp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 1cc8423b..fb02c51c 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -23,7 +23,7 @@ fwrite($fout, "/usr/bin/perl /usr/local/assp/assp.pl &\n\n"); fclose($fout); chmod("/usr/local/etc/rc.d/assp.sh", 0755); - system("/usr/local/etc/rc.d/assp.sh &"); + mwexec_bg("/usr/local/etc/rc.d/assp.sh"); echo "ASSP is now installed. You can access it from the left hand menu."; </custom_php_install_command> <custom_php_deinstall_command> |