crashlog: run upload in background.

This commit is contained in:
Kenneth Johansson 2015-09-23 13:13:29 +02:00
parent 8b560b4dc8
commit b72c133925

View file

@ -50,7 +50,7 @@ boot()
reason=$(cat /etc/boot_reason)
case $reason in
HW|WD)
send_log
send_log&
;;
esac
}