From 4783767563fb0fb3b82d7244da72b0ac8871e781 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 19 Feb 2022 04:50:15 -0500 Subject: [PATCH] Update webmin.sh --- misc/webmin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/webmin.sh b/misc/webmin.sh index c815ecaa..69594305 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -25,11 +25,11 @@ echo -en "${GN} Downloading Webmin... " wget http://prdownloads.sourceforge.net/webadmin/webmin_1.984_all.deb &>/dev/null echo -e "${CM}${CL} \r" -echo -e "${GN} Installing Webmin... " +echo -en "${GN} Installing Webmin... " dpkg --install webmin_1.984_all.deb &>/dev/null echo -e "${CM}${CL} \r" -echo -e "${GN} Setting Default Webmin usermame & password to root... " +echo -en "${GN} Setting Default Webmin usermame & password to root... " /usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null rm -rf /root/webmin_1.984_all.deb echo -e "${CM}${CL} \r"