From 99db5149d7f99ba52598da42332b7ae9282a0fca Mon Sep 17 00:00:00 2001 From: xcps Date: Sun, 4 Feb 2018 00:40:17 +0500 Subject: [PATCH] Fix for auto sync blockchain script --- scripts/blocknotify.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/blocknotify.sh b/scripts/blocknotify.sh index d744173..c9bf7f6 100755 --- a/scripts/blocknotify.sh +++ b/scripts/blocknotify.sh @@ -1,2 +1,3 @@ #!/bin/sh +cd $(dirname "$0")/.. npm run syncBlockchain