diff --git a/src/traffic_status b/src/traffic_status index e2096d1..4fc5f2c 100755 --- a/src/traffic_status +++ b/src/traffic_status @@ -3,8 +3,8 @@ source $(dirname $0)/traffic_common.sh echo -e \ -"Consumed: $(($TPer + $TEph)) B - ($TPer B accounted to disk) -Limit: $TMax B +"Consumed: $((($TPer + $TEph) / 1024 / 1024)) MB + ($(($TPer / 1024 / 1024)) MB accounted to disk) +Limit: $(($TMax / 1024 / 1024)) MB -Please donate $(($(($TPer + TEph)) / $BytesPerCent)) cent." \ No newline at end of file +Please donate $(($(($TPer + TEph)) / $BytesPerCent)) cent."