mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 23:24:54 +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." ;;
|
'' | *[!0-9]*) _err "Client ID is not numeric." ;;
|
||||||
*) _info "Successfully retrieved Client ID" ;;
|
*) _info "Successfully retrieved Client ID" ;;
|
||||||
esac
|
esac
|
||||||
unset zoneFound
|
zoneFound=""
|
||||||
unset zoneEnd
|
zoneEnd=""
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user