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}"