Cleanup shfmt warnings

This commit is contained in:
Brian Hartvigsen 2019-06-30 00:13:45 -06:00
parent 548f83c3ad
commit 6459ccb185
No known key found for this signature in database
GPG Key ID: 46EEA32081255BEB

View File

@ -137,7 +137,7 @@ synology_dsm_deploy() {
else else
_info "http services were NOT restarted" _info "http services were NOT restarted"
fi fi
return 0; return 0
else else
code=$(echo "$response" | jq -r ".error.code") code=$(echo "$response" | jq -r ".error.code")
_err "Unable to update certificate, error code $code" _err "Unable to update certificate, error code $code"