force timespan > 0s

This commit is contained in:
Vincent Riquer 2014-06-01 16:47:36 +02:00
parent 0b81d0f736
commit d72587d4ec

1
graph
View File

@ -319,6 +319,7 @@ else
)
fi
(( start > -1209600 )) && datastart=-1209600
(( start > 0 )) && start="+$start"
(( end > 0 )) && end="+$end"
rrdtool graph - \