From 65449f97e65bd85ddacd7026ec48ad7ee491d221 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 12 Jul 2022 17:50:42 -0400 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 ec413018..080b5611 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -31,7 +31,7 @@ echo -e "${CM}${CL} \r" 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.990_all.deb +rm -rf /root/webmin_1.996_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}"