From d179135de5a327671bd86ec48ead0fb2231bf536 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:31:07 +0300 Subject: [PATCH] service fix --- update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/update.sh b/update/update.sh index e240c45..7e2ae0c 100644 --- a/update/update.sh +++ b/update/update.sh @@ -174,7 +174,7 @@ HOME=$(eval echo ~$HOME_DIR) # Use the home directory in the path NODE_PATH="$HOME/ceremonyclient/node" -EXEC_START="$NODE_PATH/NODE_BINARY" +EXEC_START="$NODE_PATH/$NODE_BINARY" # Re-Create Ceremonyclient Service echo "⏳ Re-Creating Ceremonyclient Service"