From c6d915c53ec7b96cfc90bac3cd85b14cdbb562e2 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:31:26 +0300 Subject: [PATCH] install bugfix --- install/install.sh | 2 +- install/install_quilibrium_service.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index 5b377f7..ce5bd68 100644 --- a/install/install.sh +++ b/install/install.sh @@ -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" diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index b24a980..4d1160a 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -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"