Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 892305a5c06f430180fcdaa78356888a > files > 6

openldap-2.4.11-3mdv2009.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