diff options
-rw-r--r-- | packages/assp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 77f76469..bb3b8a39 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -16,8 +16,8 @@ <custom_php_install_command> $fout = fopen("/usr/local/etc/rc.d/assp.sh","w"); fwrite($fout, "#!/bin/sh\n\n"); - fwrite($fout, "\n# This file was automatically generated by the pfSense"); - fwrite($fout, "\n# package management system"); + fwrite($fout, "# This file was automatically generated by the pfSense\n"); + fwrite($fout, "# package management system\n\n"); fwrite($fout, "/usr/bin/perl /usr/local/assp/assp.pl &\n\n"); fclose($fout); system("chmod 555 /usr/local/etc/rc.d/assp.sh"); |