Browse Source

Removed double space

pull/411/merge^2
sjau 8 years ago
parent
commit
25d76797c4
  1. 2
      dnsapi/dns_ispconfig.sh

2
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=""

Loading…
Cancel
Save