From 3c3a25525085a5bcdd103cfb2116edbdd0f1daa2 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:25:12 +0300 Subject: [PATCH] release_autorun --- install/install_quilibrium_service.sh | 2 +- update/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index 5b20523..7ebdb6a 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -204,7 +204,7 @@ HOME=$(eval echo ~$HOME_DIR) # Use the home directory in the path NODE_PATH="$HOME/ceremonyclient/node" -EXEC_START="$NODE_PATH/$NODE_BINARY" +EXEC_START="$NODE_PATH/release_autorun.sh" # Step 6:Create Ceremonyclient Service echo "⏳ Creating Ceremonyclient Service" diff --git a/update/update.sh b/update/update.sh index 1e7886c..b4bf4a0 100644 --- a/update/update.sh +++ b/update/update.sh @@ -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/$NODE_BINARY" +EXEC_START="$NODE_PATH/release_autorun.sh" # Re-Create Ceremonyclient Service echo "⏳ Re-Creating Ceremonyclient Service"