From 762083dbecccb8b4d92560ebc98046623a7b4fda Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 25 Jan 2022 11:29:13 -0500 Subject: [PATCH] Update webmin.sh --- misc/webmin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/webmin.sh b/misc/webmin.sh index 0eac337b..ea8f9320 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -18,6 +18,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Webmin... \e[0m" dpkg --install webmin_1.984_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 +rm -rf /webmin_1.984_all.deb echo -e "Install Complete, Now Go To https:// IP:10000"