diff --git a/dnsapi/dns_ispconfig.sh b/dnsapi/dns_ispconfig.sh index 4ee43d2c..baee5385 100755 --- a/dnsapi/dns_ispconfig.sh +++ b/dnsapi/dns_ispconfig.sh @@ -29,7 +29,7 @@ dns_ispconfig_rm() { #################### Private functions bellow ################################## _ISPC_credentials() { - if [ -z "$ISPC_User" ] || [ -z "$ISPC_Password" ] || [ -z "$ISPC_Api" ]; then + if [ -z "$ISPC_User" ] || [ -z "$ISPC_Password" ] || [ -z "$ISPC_Api" ]; then ISPC_User="" ISPC_Password="" ISPC_Api=""