瀏覽代碼

ffho-debug: fix list of cron jobs

Karsten Böddeker 7 年之前
父節點
當前提交
1abd1fa969
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ffho/ffho-debug/luasrc/bin/ffho-debug

+ 1 - 1
ffho/ffho-debug/luasrc/bin/ffho-debug

@@ -126,7 +126,7 @@ if oldReport==nil then
 
 
 	-- show cron jobs
 	-- show cron jobs
 	debugdata = debugdata .. "---- BEGIN CRON JOBS ----\n"
 	debugdata = debugdata .. "---- BEGIN CRON JOBS ----\n"
-	debugdata = debugdata .. cmd("grep -r \"\" /usr/lib/micron.d/ | sed -e \"s/:/:\n/\"")
+	debugdata = debugdata .. cmd("grep -r \"\" /usr/lib/micron.d/ | sed -e \"s/:/:\\n/\"")
 	debugdata = debugdata .. "---- END CRON JOBS ----\n\n"
 	debugdata = debugdata .. "---- END CRON JOBS ----\n\n"
 
 
 	-- now get some information about the network status
 	-- now get some information about the network status