[ops] Fix typo in build script

This commit is contained in:
wiz 2022-08-28 16:26:06 +02:00
parent 38fa8f58b7
commit f50bba1d39
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

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