summaryrefslogtreecommitdiffstats
path: root/client/engine
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2019-11-08 14:04:21 +0100
committerIrina Gómez <irinagomez@us.es>2019-11-08 14:04:21 +0100
commit0531169693dcd2e17bc158af5cf36584629e01ee (patch)
treec196c90c7dd1aefe7130c4b26b106048f6f338a7 /client/engine
parent3df93abeaa9a24dcf9576606c515162fdb82b4a5 (diff)
#914 deployImagen shows error message when image file is corrupt or was created with other partclone version.
Diffstat (limited to 'client/engine')
-rwxr-xr-xclient/engine/System.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/engine/System.lib b/client/engine/System.lib
index 77f77b48..a5034917 100755
--- a/client/engine/System.lib
+++ b/client/engine/System.lib
@@ -227,6 +227,7 @@ case "$CODE" in
$OG_ERR_IMGSIZEPARTITION) MSG="$MSG_ERR_IMGSIZEPARTITION \"$2\"" ;;
$OG_ERR_UPDATECACHE) MSG="$MSG_ERR_UPDATECACHE \"$2\"" ;;
$OG_ERR_DONTFORMAT) MSG="$MSG_ERR_DONTFORMAT \"$2\"" ;;
+ $OG_ERR_IMAGEFILE) MSG="$MSG_ERR_IMAGEFILE \"$2\"" ;;
$OG_ERR_UCASTSYNTAXT) MSG="$MSG_ERR_UCASTSYNTAXT \"$2\"" ;;
$OG_ERR_UCASTSENDPARTITION) MSG="$MSG_ERR_UCASTSENDPARTITION \"$2\"" ;;
$OG_ERR_UCASTSENDFILE) MSG="$MSG_ERR_UCASTSENDFILE \"$2\"" ;;