mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 11:32:45 +00:00
Add shellcheck ignore
This commit is contained in:
parent
2578181f52
commit
e73df023ec
@ -65,6 +65,7 @@ _nfs_rest () {
|
||||
while test $COUNT -le $#
|
||||
do
|
||||
eval "PARAMETER=\$$COUNT"
|
||||
# shellcheck disable=SC2153
|
||||
PARAMETERS="$PARAMETERS&$PARAMETER"
|
||||
COUNT=$((COUNT + 1))
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user