projects
/
ais.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2efe6
)
Changed planplotter log location
author
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Thu, 12 Aug 2010 09:40:22 +0000
(09:40 +0000)
committer
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Thu, 12 Aug 2010 09:40:22 +0000
(09:40 +0000)
cron/planeplotter.cron
patch
|
blob
|
history
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