fix shellcheck warnings

This commit is contained in:
neil
2022-11-23 21:28:17 +08:00
parent cdb238e41c
commit 60315e5b91
6 changed files with 10 additions and 10 deletions

View File

@ -67,7 +67,7 @@ gitlab_deploy() {
error_response="error"
if test "${_response#*$error_response}" != "$_response"; then
if test ${_response#*"$error_response"} != "$_response"; then
_err "Error in deploying certificate:"
_err "$_response"
return 1