diff options
-rwxr-xr-x | dfly-update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dfly-update b/dfly-update index 13e4dfe..5f9d78e 100755 --- a/dfly-update +++ b/dfly-update @@ -642,6 +642,8 @@ _EOF_ _FILENAME="${_filename}" _MD5=${_md5} _HAS_UPDATE=${has_update} + + return ${has_update} } # Download the given image and check aginst the given MD5 |