changing mode of db file to +rw for owner and -rw for group and others

This commit is contained in:
jash
2018-11-03 17:23:34 +01:00
committed by kexkey
parent f9eb3062d2
commit 3df176a4df

View File

@@ -35,6 +35,8 @@ if [ ! -e ${DB_FILE} ]; then
cat watching.sql | sqlite3 $DB_FILE
fi
chmod 0600 $DB_FILE
createCurlConfig ${WATCHER_BTC_NODE_RPC_CFG} ${WATCHER_BTC_NODE_RPC_USER}
createCurlConfig ${SPENDER_BTC_NODE_RPC_CFG} ${SPENDER_BTC_NODE_RPC_USER}