aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/pfstat.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pfstat.xml b/packages/pfstat.xml
index a4cbb1ee..c4d6def5 100644
--- a/packages/pfstat.xml
+++ b/packages/pfstat.xml
@@ -263,7 +263,7 @@
sync_package_pfstat();
</custom_php_resync_config_command>
<custom_php_install_command>
- system("mkdir -p /usr/local/www/pfstat 2>/dev/null");
+ make_dirs("/usr/local/www/pfstat");
system("/usr/bin/killall cron 2>/dev/null");
system("/usr/sbin/cron 2>/dev/null");
</custom_php_install_command>