Update webmin.sh

This commit is contained in:
tteckster 2022-02-19 04:40:19 -05:00 committed by GitHub
parent 8d37692055
commit 13408d9667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
IP=hostname -I
IP=`hostname -I`
YW=`echo "\033[33m"`
RD=`echo "\033[01;31m"`
BL=`echo "\033[36m"`