mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
fix CI warnings SC2039
This commit is contained in:
parent
346454c21b
commit
8e2f11389d
@ -92,7 +92,7 @@ _nic_get_auth_elements() {
|
||||
if [ -n "$NIC_Token" ]; then
|
||||
_two_values="$(echo "${NIC_Token}" | _dbase64)"
|
||||
_debug _two_values "$_two_values"
|
||||
IFS=":" read -r NIC_ClientID NIC_ClientSecret <<<"$_two_values"
|
||||
IFS=":" read -r NIC_ClientID NIC_ClientSecret < <(echo "$_two_values")
|
||||
_debug restored_NIC_ClientID "$NIC_ClientID"
|
||||
_debug restored_NIC_ClientSecret "$NIC_ClientSecret"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user