Skip to content

Commit

Permalink
Add "https://" to missing passphrase message so that the URL can be c…
Browse files Browse the repository at this point in the history
…licked
  • Loading branch information
richb-hanover committed Oct 5, 2024
1 parent d1a5e7b commit b6572f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion betterspeedtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ catch_interrupt() {
# Display "no passphrase" message and exit
no_passphrase() {
echo ""
echo "Missing passphrase - see netperf.bufferbloat.net"
echo "Missing passphrase - see https://$TESTHOST"
echo ""
exit 1
}
Expand Down
2 changes: 1 addition & 1 deletion netperfrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ clean_up() {
# Display "no passphrase" message and exit
no_passphrase() {
echo ""
echo "Missing passphrase - see netperf.bufferbloat.net"
echo "Missing passphrase - see https://$TESTHOST"
echo ""
exit 1
}
Expand Down

0 comments on commit b6572f6

Please sign in to comment.