Skip to content

Commit

Permalink
Fix policy2.json printing
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaarreell committed Aug 14, 2023
1 parent bf755be commit 9c86667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multihost/basic-attestation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ if [ -n "${AGENT2}" ]; then

# first register AGENT2 and confirm it has passed validation
AGENT2_ID="d432fbb3-d2f1-4a97-9ef7-75bd81c33333"
rlRun "cat policy2.json"
# download Agent2 list
rlRun "wget -O policy2.json 'http://${AGENT2_IP}:8000/policy.json'"
rlRun "cat policy2.json"
# register
rlRun "cat > script.expect <<_EOF
set timeout 20
Expand Down

0 comments on commit 9c86667

Please sign in to comment.