mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-08-26 03:17:14 +00:00
shellcheck
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
bf42355279
commit
ddad135d13
5 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if ! [ -z "$nocolor" ] && [ "$nocolor" = "nocolor" ]; then
|
||||
if [ -n "$nocolor" ] && [ "$nocolor" = "nocolor" ]; then
|
||||
bldred=''
|
||||
bldgrn=''
|
||||
bldblu=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue