Skip to content

Commit

Permalink
test size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Feb 13, 2024
1 parent 73c90c6 commit d1d7a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/force-datacube-size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ALL_SIZE=0

for s in $SENSORS; do

SIZE=$(grep $s $FILE_TEMP | tr -s ' ' | cut -d ' ' -f 5 | awk '{ sum += $1 } END { printf "%d", sum }')
SIZE=$(grep $s $FILE_TEMP | tr -s ' ' | cut -d ' ' -f 5 | awk '{ sum += $1 } END { printf "%f", sum }')

if ! [[ -z $SIZE ]]; then

Expand Down

0 comments on commit d1d7a94

Please sign in to comment.