diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index 2ca0951c..3aa4e070 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -2927,9 +2927,9 @@ clear echo -e "Call \033[1;34marc.sh\033[0m to configure loader" echo echo -e "Access:" -echo -e "IP: \033[1;34m${IP}\033[0m" +echo -e "IP: \033[1;34m${IPCON}\033[0m" echo -e "User: \033[1;34mroot\033[0m" echo -e "Password: \033[1;34marc\033[0m" echo echo -e "Web Terminal Access:" -echo -e "Address: \033[1;34mhttp://${IP}:7681\033[0m" \ No newline at end of file +echo -e "Address: \033[1;34mhttp://${IPCON}:7681\033[0m" \ No newline at end of file