瀏覽代碼

feat(mtail): 抑制打开日志时的系统提示,避免用户疑惑

dzp 3 年之前
父節點
當前提交
e1a8621058
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/mtail

+ 1 - 1
bin/mtail

@@ -116,7 +116,7 @@ exit
     #foreach {$logs[]} {log} {
         #local file {$path/${log}.log};
         #script {tmp} {touch $file};
-        #run {log-$log} {tail -n 1000 -f $path/${log}.log};
+        #line quiet #run {log-$log} {tail -n 1000 -f $path/${log}.log};
         #var LOGNAME {$log};
         #var ID      {$id};
     };