aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/assp.xml')
-rw-r--r--packages/assp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assp.xml b/packages/assp.xml
index 4e4cc14f..5d69218c 100644
--- a/packages/assp.xml
+++ b/packages/assp.xml
@@ -20,7 +20,7 @@
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");
+ chmod("/usr/local/etc/rc.d/assp.sh", 0755);
system("/usr/local/etc/rc.d/assp.sh &");
</custom_php_install_command>
<custom_php_deinstall_command>