From 2434ba9f57354567cf52af7000d18822ce3c546c Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 26 Sep 2020 08:22:23 +0300 Subject: [PATCH] Update notification script --- scripts/blocknotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/blocknotify.sh b/scripts/blocknotify.sh index 5873193..9b1f0e5 100755 --- a/scripts/blocknotify.sh +++ b/scripts/blocknotify.sh @@ -1,3 +1,3 @@ #!/bin/sh cd $(dirname "$0")/.. -npm run syncBlockchain >/dev/null 2>&1 +npm run sync >/dev/null 2>&1