diff options
-rw-r--r-- | packages/hula.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hula.xml b/packages/hula.xml index 7ca44942..1761b599 100644 --- a/packages/hula.xml +++ b/packages/hula.xml @@ -46,7 +46,7 @@ fwrite($fout, "/usr/local/hula/sbin/hulamanager &\n"); fclose($fout); system("chmod 555 /usr/local/etc/rc.d/hula.sh"); - system("/usr/local/hula/hulasetup --domain " . $_POST['domain']); + system("/usr/local/hula/sbin/hulasetup --domain " . $_POST['domain']); system("/usr/local/etc/rc.d/hula.sh"); conf_mount_ro(); config_unlock(); @@ -61,6 +61,6 @@ fwrite($fout, "#!/bin/sh\n\n"); fwrite($fout, "/usr/local/hula/sbin/hulamanager &\n"); fclose($fout); - system("chmod 555 /usr/local/etc/rc.d/hula.sh"); + system("chmod 555 /usr/local/etc/rc.d/hula.sh &"); </custom_php_install_command> </packagegui> |