fix variable misspelling

This commit is contained in:
Mason Rowe 2019-10-07 00:35:18 -04:00
parent 9499aac6f7
commit 7f38102008

View File

@ -35,7 +35,7 @@ YABS_PATH=/tmp/$DATE/
mkdir -p $YABS_PATH
SKIP_DD=""
SHIP_IPERF=""
SKIP_IPERF=""
SKIP_GEEKBENCH=""
while getopts 'dig' flag; do