From 24e13ac931c6ed5bf8897d52afd44db3ac036a4c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 19 Feb 2022 10:15:00 -0500 Subject: [PATCH] Update webmin.sh --- misc/webmin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/webmin.sh b/misc/webmin.sh index f0050597..3beaeaf8 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -34,7 +34,7 @@ echo -en "${GN} Setting Default Webmin usermame & password to root... " rm -rf /root/webmin_1.984_all.deb echo -e "${CM}${CL} \r" IP=$(hostname -I | cut -f1 -d ' ') -echo -e "${BL} Successfully Installed Webmin, Now Go To https://&{IP}:10000 ${CL}" +echo -e "${BL} Successfully Installed Webmin, Now Go To https://${IP}:10000 ${CL}" # bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/webmin.sh)"