Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 67eae7267ce85b149cf5ed7a74457ffa > files > 6

openldap-2.4.25-1.mga1.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