Browse Source

Add poll file to enable cron magic

master
Gavan Fantom 2 years ago
parent
commit
242480ffa3
  1. 7
      poll

7
poll

@ -0,0 +1,7 @@
#!/bin/sh
cd $(dirname $0)
PATH=/usr/local/bin:${PATH}
flask poll >poll.log 2>&1
Loading…
Cancel
Save