Merge pull request #2422 from mempool/wiz/fix-typo-in-build-script
[ops] Fix typo in build script
This commit is contained in:
commit
add01f547b
@ -15,7 +15,7 @@ ELEMENTS_RPC_PASS=$(grep '^rpcpassword' /elements/elements.conf | cut -d '=' -f2
|
|||||||
MYSQL_CRED_FILE=${HOME}/mempool/mysql_credentials
|
MYSQL_CRED_FILE=${HOME}/mempool/mysql_credentials
|
||||||
if [ -f "${MYSQL_CRED_FILE}" ];then
|
if [ -f "${MYSQL_CRED_FILE}" ];then
|
||||||
. ${MYSQL_CRED_FILE}
|
. ${MYSQL_CRED_FILE}
|
||||||
}
|
fi
|
||||||
|
|
||||||
if [ -f "${LOCKFILE}" ];then
|
if [ -f "${LOCKFILE}" ];then
|
||||||
echo "upgrade already running? check lockfile ${LOCKFILE}"
|
echo "upgrade already running? check lockfile ${LOCKFILE}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user