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"