Skip to content

Commit

Permalink
Kicksecure
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Feb 16, 2022
1 parent 57d14e7 commit 3f2d5f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion usr/libexec/systemcheck/disclaimer.bsh
Expand Up @@ -9,7 +9,11 @@ disclaimer() {
return 0
fi

local MSG="<p>$PROJECT_NAME is produced independently of, with no guarantee from, The Tor Project. $PROJECT_NAME is a research project. <a href=$PROJECT_HOMEPAGE>$PROJECT_HOMEPAGE</a></p>"
if [ "$VM" = "machine" ]; then
local MSG="<p>$PROJECT_NAME is a research project. <a href=$PROJECT_HOMEPAGE>$PROJECT_HOMEPAGE</a></p>"
else
local MSG="<p>$PROJECT_NAME is produced independently of, with no guarantee from, The Tor Project. $PROJECT_NAME is a research project. <a href=$PROJECT_HOMEPAGE>$PROJECT_HOMEPAGE</a></p>"
fi

$output_x ${output_opts[@]} --messagex --typex "info" --message "$MSG"
$output_cli ${output_opts[@]} --messagecli --typecli "info" --message "$MSG"
Expand Down

0 comments on commit 3f2d5f8

Please sign in to comment.