projects
/
ais.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed planplotter log location
[ais.git]
/
cron
/
planeplotter.cron
diff --git
a/cron/planeplotter.cron
b/cron/planeplotter.cron
index f85f9b6fc8803c4b1e9a6f8eb816e3c8b5dc0e2c..f58b6d661dc4013c1013ba8d6605e43dbc5d49fc 100755
(executable)
--- a/
cron/planeplotter.cron
+++ b/
cron/planeplotter.cron
@@
-2,7
+2,7
@@
set -e
umask 002
sleep 8
-LOGPATH=/var/lib/ais/planeplotter/
logs/
`date -u +%Y%m%d`
+LOGPATH=/var/lib/ais/planeplotter/`date -u +%Y%m%d`
LOGFILE=$LOGPATH/`date -u +%H%M%S`
mkdir -p $LOGPATH
python -m ais.extras.planeplotter_coaa > $LOGFILE