Browse Source

Update synology_dsm.sh

quote variable name so message isn't missing the variable that needs to be fixed.
this was reported in #2727  (feedback for hook)
pull/6894/head
Florian Heigl 2 days ago
committed by GitHub
parent
commit
407ef6f340
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      deploy/synology_dsm.sh

2
deploy/synology_dsm.sh

@ -353,7 +353,7 @@ synology_dsm_deploy() {
_debug2 SYNO_CREATE "$SYNO_CREATE"
if [ -z "$id" ] && [ -z "$SYNO_CREATE" ]; then
_err "Unable to find certificate: $SYNO_CERTIFICATE and $SYNO_CREATE is not set."
_err "Unable to find certificate: $SYNO_CERTIFICATE and \$SYNO_CREATE is not set."
_temp_admin_cleanup "$SYNO_USE_TEMP_ADMIN" "$SYNO_USERNAME"
return 1
fi

Loading…
Cancel
Save