"vscode:/vscode.git/clone" did not exist on "0f8d47c9eda22114ffd632b86d4c0fb7f4062ef4"
Unverified Commit dcb51683 authored by Brian Hartvigsen's avatar Brian Hartvigsen
Browse files

shellcheck cleanup

shellcheck sees '\\' as trying to escape the trailing quote (see
koalaman/shellcheck#1548 ).
parent 74a4a788
......@@ -66,6 +66,7 @@ synology_dsm_deploy() {
_getdeployconf SYNO_Certificate
_debug SYNO_Certificate "${SYNO_Certificate:-}"
# shellcheck disable=SC1003 # We are not trying to escape a single quote
if printf "%s" "$SYNO_Certificate" | grep '\\'; then
_err "Do not use a backslash (\) in your certificate description"
return 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment