Skip to content

Commit

Permalink
Update for a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Senorsen committed Jun 28, 2015
1 parent 0a1fc71 commit e00192a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5-1
0.2.5-2
3 changes: 2 additions & 1 deletion lib/zjunet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# <http://www.gnu.org/licenses/>.

BASEDIR=$(dirname $0)
MISCELLDIR="/usr/share/zjunet"

case "$1" in
route)
Expand All @@ -41,7 +42,7 @@ case "$1" in
"${BASEDIR}/dns.sh"
;;
version|--version)
version_full=`cat "${BASEDIR}/VERSION"`
version_full=`cat "${MISCELLDIR}/VERSION"`
version=$(echo $version_full | sed 's/-.*//')
echo "zjunet version: $version (${version_full})"
;;
Expand Down

0 comments on commit e00192a

Please sign in to comment.