Skip to content

Commit

Permalink
support bundle: fix env variable declaration error
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed Jan 17, 2025
1 parent 8a1f2a8 commit 84aad9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/troubleshooting/harvester.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Harvester is unable to collect data and generate a support bundle when the node
1. Prepare the environment.
```sh
mkdir -p /tmp/support-bundle # ensure /tmp/support-bundle exists
echo JOURNALCTL="/usr/bin/journalctl -o short-precise" > /tmp/common
echo 'JOURNALCTL="/usr/bin/journalctl -o short-precise"' > /tmp/common
export SUPPORT_BUNDLE_NODE_NAME=$(hostname)
```
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.2/troubleshooting/harvester.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Harvester is unable to collect data and generate a support bundle when the node
1. Prepare the environment.
```sh
mkdir -p /tmp/support-bundle # ensure /tmp/support-bundle exists
echo JOURNALCTL="/usr/bin/journalctl -o short-precise" > /tmp/common
echo 'JOURNALCTL="/usr/bin/journalctl -o short-precise"' > /tmp/common
export SUPPORT_BUNDLE_NODE_NAME=$(hostname)
```
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.3/troubleshooting/harvester.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Harvester is unable to collect data and generate a support bundle when the node
1. Prepare the environment.
```sh
mkdir -p /tmp/support-bundle # ensure /tmp/support-bundle exists
echo JOURNALCTL="/usr/bin/journalctl -o short-precise" > /tmp/common
echo 'JOURNALCTL="/usr/bin/journalctl -o short-precise"' > /tmp/common
export SUPPORT_BUNDLE_NODE_NAME=$(hostname)
```
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.4/troubleshooting/harvester.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Harvester is unable to collect data and generate a support bundle when the node
1. Prepare the environment.
```sh
mkdir -p /tmp/support-bundle # ensure /tmp/support-bundle exists
echo JOURNALCTL="/usr/bin/journalctl -o short-precise" > /tmp/common
echo 'JOURNALCTL="/usr/bin/journalctl -o short-precise"' > /tmp/common
export SUPPORT_BUNDLE_NODE_NAME=$(hostname)
```
Expand Down

0 comments on commit 84aad9b

Please sign in to comment.