Skip to content

Commit

Permalink
shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddict committed Mar 4, 2024
1 parent 1a07181 commit 92c9959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/eddict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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}"

Expand Down

0 comments on commit 92c9959

Please sign in to comment.