Fixed extra whitespace at end of IP address in Installation Complete notice

fix-non-showing-inputs
Mike Hurley 2020-10-01 17:49:31 +00:00
parent 0c4ae5b4c7
commit ec0d93ebc4
1 changed files with 1 additions and 1 deletions

View File

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