mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 09:12:44 +00:00
fix additional space in variable check for emtpyness
This commit is contained in:
parent
4388c93386
commit
4de3e6d70d
@ -117,7 +117,7 @@ scp_deploy() {
|
||||
|
||||
_SCP_check_params() {
|
||||
# at least one of key, cert or fullchain must be set
|
||||
if [ -z "$DEPLOY_SCP_KEY_TARGET" ] && [ -z "$DEPLOY_SCP_CERT_TARGET" ] && [ -z "$DEPLOY_SCP_FULLCHAIN_TARGET " ]; then
|
||||
if [ -z "$DEPLOY_SCP_KEY_TARGET" ] && [ -z "$DEPLOY_SCP_CERT_TARGET" ] && [ -z "$DEPLOY_SCP_FULLCHAIN_TARGET" ]; then
|
||||
DEPLOY_SCP_CA_TARGET=""
|
||||
DEPLOY_SCP_KEY_TARGET=""
|
||||
DEPLOY_SCP_CERT_TARGET=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user