minor fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3688 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
add9a540ad
commit
f7f0faf293
@ -62,7 +62,7 @@ else
|
||||
if [ "$?" = "0" ]; then
|
||||
haszypper=1
|
||||
#remove old repo
|
||||
old_repo=`zypper lr -u |grep xcat-otherpkgs | cut -f2 -d '|'`
|
||||
old_repo=`zypper sl |grep xcat-otherpkgs | cut -f2 -d '|'`
|
||||
for x in $old_repo
|
||||
do
|
||||
result=`zypper sd $x`
|
||||
|
Loading…
Reference in New Issue
Block a user