From cb245e73dc1e8897daa0280f17118a66c2fa2680 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 10 Mar 2018 19:27:43 +0800 Subject: Update EC_* error codes --- dfly-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dfly-update b/dfly-update index b1ee98f..aeea5d4 100755 --- a/dfly-update +++ b/dfly-update @@ -19,9 +19,9 @@ CONFIGFILE="${PREFIX}/${NAME}.conf" # Error Codes # -EC_OS=5 -EC_CONFIGFILE=10 -EC_CONFIG=11 +EC_OS=10 +EC_TMPFILE=11 +EC_MD5=12 # -- cgit v1.2.2