Update webmin.sh

This commit is contained in:
tteckster 2022-07-12 17:50:42 -04:00 committed by GitHub
parent 35abefca0a
commit 65449f97e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}"