From ec0d93ebc4775f8f964f7eefe14a15bd53895842 Mon Sep 17 00:00:00 2001 From: Mike Hurley Date: Thu, 1 Oct 2020 17:49:31 +0000 Subject: [PATCH] Fixed extra whitespace at end of IP address in Installation Complete notice --- INSTALL/CentOS - Quick Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/CentOS - Quick Install.sh b/INSTALL/CentOS - Quick Install.sh index 8ce1b5dc..fb3e450d 100644 --- a/INSTALL/CentOS - Quick Install.sh +++ b/INSTALL/CentOS - Quick Install.sh @@ -275,7 +275,7 @@ echo "||=============== Installation Complete ===============||" echo "=========================================================" echo "|| Login with the Superuser and create a new user!! ||" echo "=========================================================" -echo "|| Open http://$ipaddress:8080/super in your browser. ||" +echo "|| Open http://${ipaddress// /}:8080/super in your browser. ||" echo "=========================================================" if [ "$createSuperJson" = "Y" ]; then echo "|| Default Superuser : admin@shinobi.video ||"