aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-22 19:12:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-22 19:12:33 +0000
commit3e469cf8a10aa9268775449c3e7c5a531992433d (patch)
tree42966b21b76d40293654a195ecb03d3d625f2e32
parent771db2452496aa84c7d2ac76ed1de13593d6ec18 (diff)
downloadpfsense-packages-3e469cf8a10aa9268775449c3e7c5a531992433d.tar.gz
pfsense-packages-3e469cf8a10aa9268775449c3e7c5a531992433d.tar.bz2
pfsense-packages-3e469cf8a10aa9268775449c3e7c5a531992433d.zip
Start ASSP in the background
-rw-r--r--packages/assp.xml2
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 &amp;\n\n");
fclose($fout);
chmod("/usr/local/etc/rc.d/assp.sh", 0755);
- system("/usr/local/etc/rc.d/assp.sh &amp;");
+ 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>