From 1abd1fa969242ac350e1677597143a454251e330 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karsten=20B=C3=B6ddeker?= <freifunk@kb-light.de>
Date: Tue, 11 Oct 2016 11:17:49 +0200
Subject: [PATCH] ffho-debug: fix list of cron jobs

---
 ffho/ffho-debug/luasrc/bin/ffho-debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffho/ffho-debug/luasrc/bin/ffho-debug b/ffho/ffho-debug/luasrc/bin/ffho-debug
index cf206d2..250ec02 100755
--- a/ffho/ffho-debug/luasrc/bin/ffho-debug
+++ b/ffho/ffho-debug/luasrc/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
-- 
GitLab