diff options
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> |