From 446eaf23079be6540091e11a889568f7e1d86e3d Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 10 Dec 2021 18:43:38 -0500 Subject: [PATCH] Update webmin.sh --- webmin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmin.sh b/webmin.sh index 7c2c41cc..5d0cb019 100644 --- a/webmin.sh +++ b/webmin.sh @@ -18,7 +18,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Webmin... \e[0m" dpkg --install webmin_1.983_all.deb &>/dev/null echo -e "${CHECKMARK} \e[1;92m Setting Default Webmin usermame & password to root... \e[0m" /usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null -echo -e "Install Complete, Now Go To IP:10000" +echo -e "Install Complete, Now Go To https:// IP:10000" # bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/webmin.sh)"