mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 19:14:49 +00:00
Removed double space
This commit is contained in:
parent
d58446e910
commit
bf3a75c31e
@ -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…
x
Reference in New Issue
Block a user