From afaf98f93e11666ab5451af9ce89e1658ae4f29d Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Mon, 4 Mar 2019 13:04:21 -0500 Subject: [PATCH] Fix lamassu-update-to-mnemonic during update --- bin/lamassu-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lamassu-update b/bin/lamassu-update index 22721818..249b1364 100755 --- a/bin/lamassu-update +++ b/bin/lamassu-update @@ -68,7 +68,7 @@ decho "running migration" lamassu-migrate-config >> ${LOG_FILE} 2>&1 decho "update to mnemonic" -$SCRIPTPATH/bin/lamassu-update-to-mnemonic --prod +lamassu-update-to-mnemonic --prod >> ${LOG_FILE} 2>&1 decho "update ofac sources" lamassu-ofac-update-sources >> ${LOG_FILE} 2>&1