diff --git a/update/update.sh b/update/update.sh index 0b8100a..133dbc7 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_PATH" +EXEC_START="$NODE_PATH/$NODE_BINARY" # Step 6:Create Ceremonyclient Service echo "⏳ Creating Ceremonyclient Service"