mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
crashlog: run upload in background.
This commit is contained in:
parent
8b560b4dc8
commit
b72c133925
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ boot()
|
|||
reason=$(cat /etc/boot_reason)
|
||||
case $reason in
|
||||
HW|WD)
|
||||
send_log
|
||||
send_log&
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue