Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > 42f04e1ad375432e7a9473bebeb8a67a > files > 6

openldap-2.4.11-3.1mdv2009.0.src.rpm

--- MigrationTools-40/migrate_all_offline.sh~	2002-06-13 17:33:23.000000000 -0300
+++ MigrationTools-40/migrate_all_offline.sh	2002-06-13 17:44:30.000000000 -0300
@@ -155,7 +155,12 @@
 fi
 EXITCODE=$?
 
-rm -f $DB
+if [ "$EXITCODE" -eq "0" ]; then
+	rm -f $DB
+else
+	echo "Error"
+	echo "File used for this migration: $DB"
+fi
 
 if [ "X$EXIT" != "Xno" ]; then
 	exit $EXITCODE