diff options
-rw-r--r-- | packages/pfstat.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/pfstat.xml b/packages/pfstat.xml index e5a75777..927e3f4b 100644 --- a/packages/pfstat.xml +++ b/packages/pfstat.xml @@ -198,10 +198,12 @@ fwrite($fout, "}\n\n"); } fclose($fout); - system("mkdir -p /usr/local/www/pfstat 2>/dev/null"); - system("/usr/bin/killall cron 2>/dev/null"); - system("/usr/sbin/cron 2>/dev/null"); </custom_add_php_command_late> + <custom_php_install_command> + system("mkdir -p /usr/local/www/pfstat 2>/dev/null"); + system("/usr/bin/killall cron 2>/dev/null"); + system("/usr/sbin/cron 2>/dev/null"); + </custom_php_install_command> <!-- <custom_php_install_command> </custom_php_install_command> |