mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 19:07:43 +00:00
Replaced unsetting of vars with empty values
This commit is contained in:
parent
caeb2301f5
commit
104f90dad4
@ -80,8 +80,8 @@ _ISPC_getZoneInfo() {
|
||||
'' | *[!0-9]*) _err "Client ID is not numeric." ;;
|
||||
*) _info "Successfully retrieved Client ID" ;;
|
||||
esac
|
||||
unset zoneFound
|
||||
unset zoneEnd
|
||||
zoneFound=""
|
||||
zoneEnd=""
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user