mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
reformatting error messages, adding hints about latest versions
This commit is contained in:
@@ -95,9 +95,15 @@ function log() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function abort() {
|
function abort() {
|
||||||
|
log "==="
|
||||||
|
log "fatal error occured - ABORTED"
|
||||||
|
log "==="
|
||||||
log "$1"
|
log "$1"
|
||||||
log "==="
|
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
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user