aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-03-10 19:27:43 +0800
committerAaron LI <aly@aaronly.me>2018-03-10 19:27:43 +0800
commitcb245e73dc1e8897daa0280f17118a66c2fa2680 (patch)
tree8427aa07462715f16fc7cccf0bba39658d185a2f
parent48483381ffa0338a6f0dbf476e884afecf60171c (diff)
downloaddfly-update-cb245e73dc1e8897daa0280f17118a66c2fa2680.tar.bz2
Update EC_* error codes
-rwxr-xr-xdfly-update6
1 files 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
#