mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 15:12:53 +00:00
Run shfmt
This commit is contained in:
parent
e73df023ec
commit
36a79c9ce2
@ -62,8 +62,7 @@ _nfs_rest () {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
COUNT=3
|
COUNT=3
|
||||||
while test $COUNT -le $#
|
while test $COUNT -le $#; do
|
||||||
do
|
|
||||||
eval "PARAMETER=\$$COUNT"
|
eval "PARAMETER=\$$COUNT"
|
||||||
# shellcheck disable=SC2153
|
# shellcheck disable=SC2153
|
||||||
PARAMETERS="$PARAMETERS&$PARAMETER"
|
PARAMETERS="$PARAMETERS&$PARAMETER"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user