Removed double space

This commit is contained in:
sjau 2016-11-22 07:32:48 +01:00
parent 97b72cced8
commit 25d76797c4

View File

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