diff --git a/misc/cron b/misc/cron index f7f93e9..0a00de2 100644 --- a/misc/cron +++ b/misc/cron @@ -1,3 +1,3 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -*/5 * * * * root (cd /opt/vpnmanager; python3 manage.py runcrons) +*/5 * * * * root (cd /opt/vpnmanager; ./manage.py runcrons)