From 9df893b595b67f72262bf1e02cfcfb604304bb61 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:43:30 +0300 Subject: [PATCH] node binary fix --- update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/update.sh b/update/update.sh index 721d630..4046bf6 100644 --- a/update/update.sh +++ b/update/update.sh @@ -158,7 +158,7 @@ HOME=$(eval echo ~$HOME_DIR) # Use the home directory in the path NODE_PATH="$HOME/ceremonyclient/node" -EXEC_START="$NODE_PATH/release_autorun.sh" +EXEC_START="$NODE_PATH/NODE_BINARY" # Re-Create Ceremonyclient Service echo "⏳ Re-Creating Ceremonyclient Service"