From 968889e452b860e1e7688b07a4dcfe8eaa058de1 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 1 Feb 2022 02:52:39 +0000 Subject: [PATCH] Update hblink3-docker-install.sh Edit IP --- hblink3-docker-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hblink3-docker-install.sh b/hblink3-docker-install.sh index 85effcc..7a6fff7 100755 --- a/hblink3-docker-install.sh +++ b/hblink3-docker-install.sh @@ -622,8 +622,8 @@ echo " docker-compose up -d " echo " More documentation can be found on the HBlink3 git repo " echo " https://github.com/ShaYmez/hblink3-docker-install " echo "" -echo " Your local IP is $LOCAL_IP " -echo " Your external IP is $EXTERNAL_IP " +echo " Your IP address is $LOCAL_IP " +echo "" echo " Your running on $ARC with Debian $VERSION " echo "" echo " Thanks for using this script. "