Skip to content

Commit ef49a9f

Browse files
authored
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)
1 parent 5d158b1 commit ef49a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/synology_dsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ synology_dsm_deploy() {
353353
_debug2 SYNO_CREATE "$SYNO_CREATE"
354354

355355
if [ -z "$id" ] && [ -z "$SYNO_CREATE" ]; then
356-
_err "Unable to find certificate: $SYNO_CERTIFICATE and $SYNO_CREATE is not set."
356+
_err "Unable to find certificate: $SYNO_CERTIFICATE and \$SYNO_CREATE is not set."
357357
_temp_admin_cleanup "$SYNO_USE_TEMP_ADMIN" "$SYNO_USERNAME"
358358
return 1
359359
fi

0 commit comments

Comments
 (0)