mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user