We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d158b1 commit ef49a9fCopy full SHA for ef49a9f
1 file changed
deploy/synology_dsm.sh
@@ -353,7 +353,7 @@ synology_dsm_deploy() {
353
_debug2 SYNO_CREATE "$SYNO_CREATE"
354
355
if [ -z "$id" ] && [ -z "$SYNO_CREATE" ]; then
356
- _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."
357
_temp_admin_cleanup "$SYNO_USE_TEMP_ADMIN" "$SYNO_USERNAME"
358
return 1
359
fi
0 commit comments