From 3c2b85192361314140d3b73cebc816a5bfe5cf2f Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 19 Feb 2022 04:42:07 -0500 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 b7c49f4e..b8bb7c3c 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -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"`