node binary fix

This commit is contained in:
0xOzgur 2024-10-14 12:43:30 +03:00
parent bb5e7e28f5
commit 9df893b595

View File

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