aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/fwts/fwts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/fwts/fwts.sh')
-rwxr-xr-xautomated/linux/fwts/fwts.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/automated/linux/fwts/fwts.sh b/automated/linux/fwts/fwts.sh
index c617e2e0..5f6dcde5 100755
--- a/automated/linux/fwts/fwts.sh
+++ b/automated/linux/fwts/fwts.sh
@@ -61,7 +61,9 @@ while getopts "h:t:p:u:v:s:" opt; do
FWTS_VERSION="$OPTARG"
;;
u)
- FWTS_URL="$OPTARG"
+ if [[ "$OPTARG" != '' ]]; then
+ FWTS_URL="$OPTARG"
+ fi
;;
p)
if [[ "$OPTARG" != '' ]]; then