From 7f38102008301687f699af9485e9ac671181c7d2 Mon Sep 17 00:00:00 2001 From: Mason Rowe Date: Mon, 7 Oct 2019 00:35:18 -0400 Subject: [PATCH] fix variable misspelling --- yabs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabs.sh b/yabs.sh index 620c207..f408d07 100755 --- a/yabs.sh +++ b/yabs.sh @@ -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