Skip to content

Commit

Permalink
Add missing escape from log var in generated attestation analysis script
Browse files Browse the repository at this point in the history
  • Loading branch information
flihp committed Feb 24, 2023
1 parent a9fa1e4 commit 38ae3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dice-ca-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ if [ $? -eq 0 ]; then
echo "success"
else
echo "failure"
cat $LOG
cat \$LOG
exit 1
fi
Expand Down

0 comments on commit 38ae3fb

Please sign in to comment.