Add shellcheck ignore

This commit is contained in:
Travis Neely 2023-09-01 18:36:52 -05:00
parent 2578181f52
commit e73df023ec

View File

@ -65,6 +65,7 @@ _nfs_rest () {
while test $COUNT -le $#
do
eval "PARAMETER=\$$COUNT"
# shellcheck disable=SC2153
PARAMETERS="$PARAMETERS&$PARAMETER"
COUNT=$((COUNT + 1))
done