Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cdedc712ab3cd61c674716aaa506265d > files > 6

openldap-2.4.38-1.3.mga4.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