Skip to content

Commit

Permalink
update for some gap-line of FIND option
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfyang committed Jul 6, 2016
1 parent 02bb957 commit 7381fc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 1_zinst_starters_package/zinst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ZinstSourceDir="$ZinstBaseRoot/vault/Source"
## ENV LD_LIBRARY_PATH /lib-override

## Base information
VERSION=5.1.9
VERSION=5.2.0
zinst_group="wheel"
sudo_base="sudo"
zinst_log="/dev/null"
Expand Down Expand Up @@ -1669,7 +1669,8 @@ Pkg_Find(){

Repo_chk=`$sudo_base curl -e --url $Dist_URL/ 2> $zinst_log | grep " zinst"`
Sort_version='--version-sort'
echo ""| sort $Sort_version 2> /tmp/sort_check.out
## sort option check
echo ""| sort $Sort_version 1>&2 > /tmp/sort_check.out

if [[ `(grep "unrecognized" /tmp/sort_check.out )` != "" ]];then
Sort_version=""
Expand Down Expand Up @@ -2243,7 +2244,7 @@ echo " ex) zinst i sample-1.0.0.zinst -h web01.news.kr[1,3] web[03-12].news[1,3]
echo "------------------------------------------------------------------------------------------------------ "
echo " * Current zinst setup: [ Repo: $Dist_URL - $ManagerIP ], [ ROOT-DIR: $ZinstBaseRoot ]"
echo "------------------------------------------------------------------------------------------------------ "

echo " Version: $VERSION "
echo " "
### Hidden function for Multi-tasking on multiful host -multi option
### But it's not stable on some function
Expand Down

0 comments on commit 7381fc5

Please sign in to comment.