Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
remy
jsonreader2
Commits
0bca91ce
Commit
0bca91ce
authored
Oct 19, 2021
by
remy
Browse files
missing condition in awk disk filter
parent
93e61e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/check_salt_json
View file @
0bca91ce
...
...
@@ -65,6 +65,8 @@ sleep 3
# print "\t{"
# } else if ($NF ~ ".+:$") {
# gsub(/[ :]/, "", $0);print "\t\""$0"\":";
# } else if ($0 ~ "No such file" && NR==last) {
# print "\t{\n\t\t\"/var\": \"ERROR - UNREADABLE\"\n\t}\n\t}\n}";
# } else if ($0 ~ "No such file") {
# print "\t{\n\t\t\"/var\": \"ERROR - UNREADABLE\"\n\t},";
# } else if (NR==last) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment