From 413c4e1dbcf01b171be4a188f3ba7132863d8f20 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 10 Dec 2021 17:09:06 -0500 Subject: [PATCH] Add files via upload --- webmin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmin.sh b/webmin.sh index 73c8fff9..7c2c41cc 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 "Installed Successfully! Go To IP:10000" +echo -e "Install Complete, Now Go To IP:10000" # bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/webmin.sh)"