diff options
Diffstat (limited to 'packages/ifstated.xml')
-rw-r--r-- | packages/ifstated.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ifstated.xml b/packages/ifstated.xml index df60345c..c3f2367a 100644 --- a/packages/ifstated.xml +++ b/packages/ifstated.xml @@ -64,7 +64,7 @@ $fout = fopen("/usr/local/etc/rc.d/ifstated.sh","w"); fwrite($fout,"#!/bin/sh\n\n/usr/local/sbin/ifstated\n"); fclose($fout); - mwexec("chmod a+x /usr/local/etc/rc.d/radiusd.sh"); + chmod("/usr/local/etc/rc.d/radiusd.sh", 0755); </custom_php_install_command> <custom_add_php_command> conf_mount_rw(); |