Browse Source
Merge pull request #99 from sensslen/patch-2
Correct total conversion step number
1.2.x
Mirza Krak
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
mender-convert
|
|
@ -799,7 +799,7 @@ case "$1" in |
|
|
|
log "You can find the Mender Artifact at:\n\t$mender_artifact\nand use it to deploy updates." |
|
|
|
;; |
|
|
|
from-raw-disk-image) |
|
|
|
total=9 |
|
|
|
total=10 |
|
|
|
do_from_raw_disk_image || rc=$? |
|
|
|
[[ $rc -ne 0 ]] && { log "Check $build_log for details."; exit 1; } |
|
|
|
log "Conversion complete!" |
|
|
|