diff --git a/helper_lib.sh b/helper_lib.sh index a38d653..9ccbc7f 100644 --- a/helper_lib.sh +++ b/helper_lib.sh @@ -95,7 +95,7 @@ get_docker_configuration_file_args() { CONFIG_FILE='/dev/null' fi - grep "$OPTION" "$CONFIG_FILE" | sed 's/.*: //g' | tr -d \", + grep "$OPTION" "$CONFIG_FILE" | sed 's/.*://g' | tr -d '" ', } get_systemd_service_file() {