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
Marcus Klang
Host Monitor
Commits
aa602d3b
Commit
aa602d3b
authored
Jun 11, 2021
by
Peter Möller
Browse files
Fix for security updates not sent ok
parent
1e106baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
macOS/host-monitor.sh
View file @
aa602d3b
...
...
@@ -205,7 +205,7 @@ if [ -n "$SecurityPatches" ]; then
done
<<<
"
$SecurityPatches
"
SecurityPatchStr
=
",
\"
security-patches
\"
: [ "
${
OUTPUT
%%,
}
" ]"
else
SecurityPatchStr
=
""
SecurityPatchStr
=
"
,
\"
security-patches
\"
: [ ]
"
fi
# Ex:
# SecurityPatchStr=', "security-patches": [ { "installed-version": "", "new-version": "", "package": "macOS Catalina Security Update 2021-003-10.15.7", "sources": [ "Apple","Apple" ] } ]'
...
...
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