install bugfix

This commit is contained in:
0xOzgur 2024-10-27 18:31:26 +03:00
parent 5dc914c24a
commit c6d915c53e
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ GOEXPERIMENT=arenas go build -o qclient main.go
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"
# Create Ceremonyclient Service
echo "⏳Creating Ceremonyclient Service"

View File

@ -241,7 +241,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"
# Step 6:Create Ceremonyclient Service
echo "⏳ Creating Ceremonyclient Service"