Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 11931d6

Browse files
committed
syntax fix
1 parent f0c9156 commit 11931d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nancy_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ if ([ "$RUN_ON" == "aws" ] && [ ! ${AWS_EC2_TYPE:0:2} == "i3" ] && \
577577
dumpFileSize=$(stat -c%s "$DB_DUMP_PATH")
578578
fi
579579
let dumpFileSize=dumpFileSize*$EBS_SIZE_MULTIPLIER
580-
let minSize=300 * $KB * $KB * $KB
580+
let minSize=300*$KB*$KB*$KB
581581
ebsSize=$minSize # 300 GB
582582
if [ "$dumpFileSize" -gt "$minSize" ]; then
583583
let ebsSize=$dumpFileSize

0 commit comments

Comments
 (0)