diff options
Diffstat (limited to 'packages/hula.xml')
-rw-r--r-- | packages/hula.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hula.xml b/packages/hula.xml index b945e023..0b31bc53 100644 --- a/packages/hula.xml +++ b/packages/hula.xml @@ -57,6 +57,6 @@ fwrite($fout, "/sbin/mount -t linprocfs linprocfs /proc\n"); fwrite($fout, "/usr/local/hula/sbin/hulamanager &\n"); fclose($fout); - system("chmod 555 /usr/local/etc/rc.d/hula.sh &"); + chmod("/usr/local/etc/rc.d/hula.sh", 0755); </custom_php_install_command> </packagegui> |