From 4f90a16dd2c068ceba5ad6742de31de1d20df094 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 20:30:21 -0700 Subject: [PATCH] Update 'scripts/pmainstall.sh' --- scripts/pmainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index bc57949..6c1f667 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -31,7 +31,7 @@ echo -e "==================================================================" publicipaddress=$(curl -sS --connect-timeout 10 -m 60 https://ipv4.icanhazip.com/ || curl -sS --connect-timeout 10 -m 60 https://api.ipify.org ) intenalip=$(ip addr | grep -E -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | grep -E -v "^127\.|^255\.|^0\." | head -n 1) echo "phpMyAdmin Should be available at http://${intenalip}/phpmyadmin" - echo "Or If you are using a VPS at http://${publicipaddress}:3000/phpmyadmin" + echo "Or If you are using a VPS at http://${publicipaddress}/phpmyadmin" echo -e "=================================================================="