2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-14 15:20:29 +00:00

#3674 - add error return code

This commit is contained in:
nott
2013-09-05 12:32:38 -04:00
parent d9e9515cf5
commit 7ad12aba70

View File

@@ -892,6 +892,7 @@ sub kit_cleanrepo
}
if ( !$got_one ) {
print "Kit repository $repoid does not exist.\n";
return 1;
}
}
if ( -d "$::workdir/rpmbuild" ) {