From 1f2eaa6975d807c1977c868f8795e58543233277 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:04:52 +0300 Subject: [PATCH] testnet bugfix --- install/testnet.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/testnet.sh b/install/testnet.sh index 07dd27c..97cb657 100644 --- a/install/testnet.sh +++ b/install/testnet.sh @@ -119,9 +119,6 @@ NODE_PATH="$HOME/testnet/ceremonyclient/node" EXEC_START="$NODE_PATH/$NODE_BINARY" # Step 6:Create Ceremonyclient Service -echo "⏳ Creating Ceremonyclient Testnet Service" -sleep 2 # Add a 2-second delay - echo "⏳ Stopping Ceremonyclient Service" service ceremonyclient stop sleep 2 # Add a 2-second delay @@ -159,7 +156,7 @@ echo "🎉Welcome to Quilibrium Ceremonyclient VERSION" echo "⏳Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs." sleep 30 # Add a 5-second delay -CONFIG_FILE="$HOME/ceremonyclient/node/.config/config.yml" +CONFIG_FILE="$HOME/testnet/ceremonyclient/node/.config/config.yml" # Backup the original file cp "$CONFIG_FILE" "${CONFIG_FILE}.bak"