Updating Auth header to satisfy shellcheck

This commit is contained in:
as-kholin
2025-12-16 15:00:05 -05:00
parent b4042d5ccb
commit 4a7e5d0720

View File

@@ -129,7 +129,8 @@ omg_testconnect() {
_secure_debug2 "omg.lol API key" "$omg_apikey"
_debug2 "omg.lol Address" "$omg_address"
export _H1=$(_createAuthHeader "$omg_apikey")
authheader="$(_createAuthHeader "$omg_apikey")"
export _H1="$authheader"
endpoint="https://api.omg.lol/address/$omg_address/info"
_debug2 "Endpoint for validation" "$endpoint"