diff options
| author | root <root@dev64.stacklet.com> | 2013-01-06 02:01:17 +0000 | 
|---|---|---|
| committer | root <root@dev64.stacklet.com> | 2013-01-06 02:01:17 +0000 | 
| commit | 414f96a2431e1a61412c2c5b4533fbcbb53499f6 (patch) | |
| tree | c1b4f51bb78ac1d919325f4babad5c715161de2a /retiolum/scripts/adv_graphgen/all_the_graphs.sh | |
| parent | 99e9301be379f466948d1be30f7b97285027b062 (diff) | |
fix graph generation
Diffstat (limited to 'retiolum/scripts/adv_graphgen/all_the_graphs.sh')
| -rwxr-xr-x | retiolum/scripts/adv_graphgen/all_the_graphs.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/retiolum/scripts/adv_graphgen/all_the_graphs.sh b/retiolum/scripts/adv_graphgen/all_the_graphs.sh index 8aa0ab21..d3ce8f86 100755 --- a/retiolum/scripts/adv_graphgen/all_the_graphs.sh +++ b/retiolum/scripts/adv_graphgen/all_the_graphs.sh @@ -4,7 +4,8 @@    echo "`date` begin all graphs" >> /tmp/build_graph    cd $(dirname $(readlink -f $0))    PATH=$PATH:../../../util/bin/ -  export LOG_FILE=/var/log/retiolum.log +  export LOG_FILE=/var/log/syslog +  export TINC_LEGACY=true    EXTERNAL_FOLDER=/var/www/euer.krebsco.de/graphs/retiolum    INTERNAL_FOLDER=/var/www/euer/graphs/retiolum    begin=`timer` | 
