mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #409 from konstruktoid/ISSUE408
catch json w/o space #408
This commit is contained in:
commit
3c545daccf
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ get_docker_configuration_file_args() {
|
||||||
CONFIG_FILE='/dev/null'
|
CONFIG_FILE='/dev/null'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
grep "$OPTION" "$CONFIG_FILE" | sed 's/.*: //g' | tr -d \",
|
grep "$OPTION" "$CONFIG_FILE" | sed 's/.*://g' | tr -d '" ',
|
||||||
}
|
}
|
||||||
|
|
||||||
get_systemd_service_file() {
|
get_systemd_service_file() {
|
||||||
|
|
Loading…
Reference in a new issue