瀏覽代碼

Update webmin.sh

tteckster 3 年之前
父節點
當前提交
13408d9667
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/webmin.sh

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