proxadmin/cronexec.sh

5 lines
147 B
Bash
Raw Normal View History

2017-07-25 10:33:23 -04:00
#!/bin/bash
scriptdir=`dirname $0`
cd $scriptdir
/bin/bash -c "source ../bin/activate; python3 manage.py autodisable ; python3 manage.py autowarn"