Removed space

This commit is contained in:
sjau 2016-11-22 09:50:24 +01:00
parent 5b64c2a192
commit bacc637905

View File

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