Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Default User committed Dec 13, 2023
1 parent 50451d8 commit 54971d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions docs/Build-Linux-Machine-with-PiKVM.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,6 @@ <h4 id="testpikvmauthentication">
--header X-KVMD-User:{pikvmUserAdmin.user} \
--header X-KVMD-Passwd:{pikvmUserAdmin.password} \
https://{pikvmIpAddress}/api/auth/check)


if ! type xorriso &gt; /dev/null; then
brew install jq
fi

echo &quot;${CURL_OUTPUT}&quot; | jq &#x27;.&#x27;

Expand Down
5 changes: 0 additions & 5 deletions docs/Build-Windows-Machine-with-PiKVM.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,6 @@ <h4 id="testpikvmauthentication">
--header X-KVMD-User:{pikvmUserAdmin.user} \
--header X-KVMD-Passwd:{pikvmUserAdmin.password} \
https://{pikvmIpAddress}/api/auth/check)


if ! type xorriso &gt; /dev/null; then
brew install jq
fi

echo &quot;${CURL_OUTPUT}&quot; | jq &#x27;.&#x27;

Expand Down
5 changes: 0 additions & 5 deletions steps/testpikvmauthentication/script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ CURL_OUTPUT=$(curl --insecure \
--header X-KVMD-User:{pikvmUserAdmin.user} \
--header X-KVMD-Passwd:{pikvmUserAdmin.password} \
https://{pikvmIpAddress}/api/auth/check)


if ! type xorriso > /dev/null; then
brew install jq
fi

echo "${CURL_OUTPUT}" | jq '.'

Expand Down

0 comments on commit 54971d0

Please sign in to comment.