From fbcb6c38366429691f5a2b262c21787fa02f6005 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 7 Nov 2019 13:24:06 +0000 Subject: [PATCH] Updated install_complete help text --- installers/mkcert.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/mkcert.sh b/installers/mkcert.sh index b7dd11c5..132613f3 100755 --- a/installers/mkcert.sh +++ b/installers/mkcert.sh @@ -132,6 +132,7 @@ function install_complete() { echo "Note: Be sure to set this certificate to "Always trust" to avoid browser warnings." echo "Finally, enter the address https://${certname} in your browser." echo "Enjoy an encrypted SSL connection to RaspAP 🔒" + echo "For advanced options, run mkcert -help" install_divider }