From f50bba1d39c8d2c5214bff3579af6d6ea347558e Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 28 Aug 2022 16:26:06 +0200 Subject: [PATCH] [ops] Fix typo in build script --- production/mempool-build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/mempool-build-all b/production/mempool-build-all index a7c7864ef..6a4e0c028 100755 --- a/production/mempool-build-all +++ b/production/mempool-build-all @@ -15,7 +15,7 @@ ELEMENTS_RPC_PASS=$(grep '^rpcpassword' /elements/elements.conf | cut -d '=' -f2 MYSQL_CRED_FILE=${HOME}/mempool/mysql_credentials if [ -f "${MYSQL_CRED_FILE}" ];then . ${MYSQL_CRED_FILE} -} +fi if [ -f "${LOCKFILE}" ];then echo "upgrade already running? check lockfile ${LOCKFILE}"