From 7183808a57b8ef3f84d499fa1742b2544f371a77 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:34:26 +0300 Subject: [PATCH] node path --- update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/update.sh b/update/update.sh index b524474..0b8100a 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/release_autorun.sh" +EXEC_START="$NODE_PATH/$NODE_PATH" # Step 6:Create Ceremonyclient Service echo "⏳ Creating Ceremonyclient Service"