node binary fix

This commit is contained in:
0xOzgur 2024-10-14 13:38:29 +03:00
parent 7183808a57
commit 23f096aef3

View File

@ -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"