mirror of
https://github.com/mempool/mempool.git
synced 2025-02-21 14:04:15 +01:00
[ops] Fix typo in build script
This commit is contained in:
parent
38fa8f58b7
commit
f50bba1d39
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue