Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
initramfs-with-mca
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
initramfs-with-mca
Commits
9a3aaf42
Commit
9a3aaf42
authored
Nov 21, 2022
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
collect.sh: fix invalidate json
parent
8f9a2e70
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dracut.module/90metadata-collect/collect.sh
dracut.module/90metadata-collect/collect.sh
+2
-2
No files found.
dracut.module/90metadata-collect/collect.sh
View file @
9a3aaf42
...
@@ -11,9 +11,9 @@ timestamp_cmd='date +"%Y/%m/%d %H:%M %Z"'
...
@@ -11,9 +11,9 @@ timestamp_cmd='date +"%Y/%m/%d %H:%M %Z"'
flb_pid
=
$!
flb_pid
=
$!
sleep
1
# let fluent-bit be ready to listen to the log file
sleep
1
# let fluent-bit be ready to listen to the log file
echo
"{
beginning_date
:
\"
$(
eval
"
$timestamp_cmd
"
)
\"
}"
>>
$log_file
echo
"{
\"
beginning_date
\"
:
\"
$(
eval
"
$timestamp_cmd
"
)
\"
}"
>>
$log_file
/sbin/metadata-collect-agent
$NEWROOT
/usr/bin
$log_file
/sbin/metadata-collect-agent
$NEWROOT
/usr/bin
$log_file
/sbin/metadata-collect-agent
$NEWROOT
/usr/sbin
$log_file
/sbin/metadata-collect-agent
$NEWROOT
/usr/sbin
$log_file
echo
"{
end_date:
\"
$(
eval
"
$timestamp_cmd
"
)
\"
, end_marker
:
\"
fluentbit_end
\"
}"
>>
$log_file
echo
"{
\"
end_date
\"
:
\"
$(
eval
"
$timestamp_cmd
"
)
\"
,
\"
end_marker
\"
:
\"
fluentbit_end
\"
}"
>>
$log_file
wait
$flb_pid
wait
$flb_pid
Write
Preview
Markdown
is supported
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