Tiny update to my last commit

This commit is contained in:
Sergii Pylypenko
2013-02-27 17:32:51 +02:00
parent 0211bc04ff
commit 157a63e47f

View File

@@ -17,7 +17,7 @@ if [ -z "$OUT" ]; then
fi
S1=`date +%s -d "$DATE"`
S2=`date +%s -d now`
S2=`date +%s -d "-20 seconds"`
SECONDS=`expr $S1 - $S2`
MINUTES=`expr $SECONDS / 60`
HOURS=`expr $MINUTES / 60`