aboutsummaryrefslogtreecommitdiffstats
path: root/packages/doorman.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/doorman.xml')
-rw-r--r--packages/doorman.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/doorman.xml b/packages/doorman.xml
index 60b9b7c9..1d0662ba 100644
--- a/packages/doorman.xml
+++ b/packages/doorman.xml
@@ -68,7 +68,7 @@
$fout = fopen("/usr/local/etc/rc.d/doormand.sh","w");
fwrite($fout, "#!/bin/sh\n\n/usr/local/sbin/doormand -D &\n");
fclose($fout);
- mwexec("chmod a+x /usr/local/etc/rc.d/doormand.sh");
+ chmod("/usr/local/etc/rc.d/doormand.sh", 0755);
</custom_php_install_command>
<custom_php_command_before_form>
function sync_package_doorman() {