mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-13 05:59:11 +02:00
reformatting error messages, adding hints about latest versions
This commit is contained in:
parent
f2f94633da
commit
60165955b3
@ -95,9 +95,15 @@ function log() {
|
||||
}
|
||||
|
||||
function abort() {
|
||||
log "==="
|
||||
log "fatal error occured - ABORTED"
|
||||
log "==="
|
||||
log "$1"
|
||||
log "==="
|
||||
log "fatal error occured - ABORT"
|
||||
log "Before reporting this as a bug"
|
||||
log "please ensure you're using the latest available version of"
|
||||
log " this reflash script"
|
||||
log " the xburst-tools"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user