diff options
-rw-r--r-- | packages/assp.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 88c073f7..006b7328 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -21,6 +21,7 @@ fwrite($fout, "/usr/bin/perl /usr/local/assp/assp.pl &\n\n"); fclose($fout); system("chmod 555 /usr/local/etc/rc.d/assp.sh"); + system("/usr/local/etc/rc.d/assp.sh &"); </custom_php_install_command> <custom_delete_php_command> system("rm -rf /usr/local/assp"); |