From 985e4c3b19c7bfcba92ebcad2e7492172085bbe8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 24 Mar 2020 13:10:43 +0100
Subject: [PATCH] MAINT: add loadsettings again

---
 make_db | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_db b/make_db
index 96571f7..0e5cc3c 100755
--- a/make_db
+++ b/make_db
@@ -24,7 +24,7 @@
 
 # To fail fast, but beware https://mywiki.wooledge.org/BashFAQ/105
 
-
+source utils/load_settings.sh
 source .config || true
 
 if [ -z $LOGIN_PATH ] ; then
-- 
GitLab