File 0001-Hide-DB-credentials.patch of Package notary
--- a/migrations/migrate.sh 2020-07-23 12:23:26.463478924 +0200
+++ b/migrations/migrate.sh 2020-09-07 09:05:36.905474227 +0200
@@ -17,7 +17,7 @@
echo "notaryserver database failed to come up within 30 seconds"
exit 1;
fi
- echo "waiting for $DB_URL to come up."
+ echo "waiting for database to come up."
sleep 1
done
echo "notaryserver database migrated to latest version"
@@ -33,7 +33,7 @@
echo "notarysigner database failed to come up within 30 seconds"
exit 1;
fi
- echo "waiting for $DB_URL to come up."
+ echo "waiting for database to come up."
sleep 1
done
echo "notarysigner database migrated to latest version"