Update synology_dsm.sh (#6894)

quote variable name so message isn't missing the variable that needs to be fixed.
this was reported in #2727  (feedback for hook)
This commit is contained in:
Florian Heigl
2026-04-03 05:38:21 +02:00
committed by GitHub
parent 5d158b1640
commit ef49a9fd23

View File

@@ -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