Browse Source

ffho-debug: fix list of cron jobs

Karsten Böddeker 7 years ago
parent
commit
7ca84e5f62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffho/ffho-debug/files/bin/ffho-debug

+ 1 - 1
ffho/ffho-debug/files/bin/ffho-debug

@@ -126,7 +126,7 @@ if oldReport==nil then
 
 	-- show cron jobs
 	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"
 
 	-- now get some information about the network status