From b72c133925432e7c8bb31aeb69e0cae8623fdb86 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Wed, 23 Sep 2015 13:13:29 +0200 Subject: [PATCH] crashlog: run upload in background. --- crashlog/files/etc/init.d/crashlog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crashlog/files/etc/init.d/crashlog b/crashlog/files/etc/init.d/crashlog index fbfccb3be..9e1d4845d 100755 --- a/crashlog/files/etc/init.d/crashlog +++ b/crashlog/files/etc/init.d/crashlog @@ -50,7 +50,7 @@ boot() reason=$(cat /etc/boot_reason) case $reason in HW|WD) - send_log + send_log& ;; esac }