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"`