Update dns_ispconfig.sh

fix https://github.com/acmesh-official/acme.sh/issues/3895#issuecomment-1035409954
This commit is contained in:
neilpang 2022-02-11 21:11:04 +08:00
parent 2c2a43e1ec
commit 01ace11293
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ dns_ispconfig_rm() {
#################### Private functions below ##################################
_ISPC_credentials() {
if [ -z "${ISPC_User}" ] || [ -z "$ISPC_Password" ] || [ -z "${ISPC_Api}" ] || [ -n "${ISPC_Api_Insecure}" ]; then
if [ -z "${ISPC_User}" ] || [ -z "$ISPC_Password" ] || [ -z "${ISPC_Api}" ] || [ -z "${ISPC_Api_Insecure}" ]; then
ISPC_User=""
ISPC_Password=""
ISPC_Api=""