diff options
-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" |