diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-11 00:35:31 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-11 00:35:31 +0800 |
commit | e549f823a8afae4d3e87ac7c84c294205ee1c7a8 (patch) | |
tree | 0b61264917018e86bd5af030b19f620e77057e9d | |
parent | 0ab517e362896b0f79f6bce4caef1a4515685aa5 (diff) | |
download | dfly-update-e549f823a8afae4d3e87ac7c84c294205ee1c7a8.tar.bz2 |
dfly-update: version 0.1.0
Tested by upgrading a DFly 5.0.0-release -> 5.0.2-release
-rwxr-xr-x | dfly-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update index d0e5369..7c82cd1 100755 --- a/dfly-update +++ b/dfly-update @@ -11,8 +11,8 @@ set -e DEBUG=${DEBUG:-""} +VERSION="0.1.0" NAME="dfly-update" -VERSION="0.?.?" TOOLDIR="${0%/*}" PREFIX="${PREFIX:-${TOOLDIR}}" CONFIGFILE="${PREFIX}/${NAME}.conf" |