mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
[ops] Fix typo in build script
This commit is contained in:
parent
38fa8f58b7
commit
f50bba1d39
@ -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…
Reference in New Issue
Block a user