monior fix for otherpkgs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8047 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f475496815
commit
f1a7345c19
@ -145,7 +145,7 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do
|
||||
elif [ $string_type -eq 1 ]; then
|
||||
plain_pkgs_postremove="$plain_pkgs_postremove $x"
|
||||
else
|
||||
plain_pkgs="$plain_pkgs $x-*"
|
||||
plain_pkgs="$plain_pkgs $x*"
|
||||
fi
|
||||
continue
|
||||
fi
|
||||
@ -226,7 +226,7 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do
|
||||
repo_pkgs="$repo_pkgs $fn"
|
||||
else
|
||||
#now no hope we have to use rpm command
|
||||
plain_pkgs="$plain_pkgs $x-*"
|
||||
plain_pkgs="$plain_pkgs $x*"
|
||||
fi
|
||||
handled_path[${#handled_path[*]}]=$path
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user