Add "https://" to missing passphrase message so that the URL can be clicked

This commit is contained in:
Rich Brown 2024-10-05 00:33:29 -04:00
parent d1a5e7b8ef
commit b6572f61e7
2 changed files with 2 additions and 2 deletions

View file

@ -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
}

View file

@ -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
}