mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
Add "https://" to missing passphrase message so that the URL can be clicked
This commit is contained in:
parent
d1a5e7b8ef
commit
b6572f61e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue