From 8b810c6a4d80112a2d07cc5599984403d590579d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 8 Sep 2017 21:19:01 +0200 Subject: bash scripts: Fix remaining shellcheck warn/errs Fix/silence all shellcheck errors, except for scripts in . Change-Id: Idc317cdba0f69b78299f2d3665e72ffc19dd8af5 Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 4b64000e1..5e0732aec 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -184,7 +184,7 @@ do if [ -n "${bridge}" ]; then OPNFV_BRIDGES[${OPNFV_BRIDGE_IDX}]="${bridge}" fi - OPNFV_BRIDGE_IDX=$[OPNFV_BRIDGE_IDX + 1] + OPNFV_BRIDGE_IDX=$((OPNFV_BRIDGE_IDX + 1)) done IFS=${OIFS} ;; -- cgit 1.2.3-korg