diff --git a/deploy/eddict.sh b/deploy/eddict.sh index 43c4391ff5..cadf186223 100644 --- a/deploy/eddict.sh +++ b/deploy/eddict.sh @@ -83,7 +83,7 @@ eddict_deploy() { _err "DEPLOY_EDDICT_SSH_PWD not defined." return 1 fi -# _savedeployconf DEPLOY_EDDICT_SSH_PWD "$DEPLOY_EDDICT_SSH_PWD" + # _savedeployconf DEPLOY_EDDICT_SSH_PWD "$DEPLOY_EDDICT_SSH_PWD" # https://stackoverflow.com/a/42101141 # needed to call ssh_deploy() in ssh.sh @@ -108,7 +108,7 @@ eddict_deploy() { _test=0 if [ $_test -eq 0 ]; then _eddict_directadmin - # _eddict_ednas + # _eddict_ednas _eddict_ednas_new _eddict_edpihole _eddict_edbind @@ -251,11 +251,11 @@ _eddict_ednas_new() { return 1 fi # export SYNO_USE_TEMP_ADMIN=0 -# - export SYNO_Certificate="" - to replace a specific certificate via description + # - export SYNO_Certificate="" - to replace a specific certificate via description export SYNO_Scheme="https" export SYNO_Hostname="$DEPLOY_EDDICT_SERVER01_IP" export SYNO_Port="$DEPLOY_EDDICT_SERVER01_PORT" - export SYNO_Create=0 # - to allow creating the certificate if it doesn't exist + export SYNO_Create=0 # - to allow creating the certificate if it doesn't exist synology_dsm_deploy "${CDOMAIN}" "${CKEY}" "${CCERT}" "${CCA}" "${CFULLCHAIN}"