Browse Source

Fix for auto sync blockchain script

stuff
xcps 6 years ago
parent
commit
68d2778434
  1. 2
      scripts/blocknotify.sh

2
scripts/blocknotify.sh

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
#!/bin/sh
cd $(dirname "$0")/..
npm run syncBlockchain
npm run syncBlockchain >/dev/null 2>&1

Loading…
Cancel
Save