From 70e840423984a40ab845e39ac8256bcc2f902512 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Mon, 27 May 2024 02:37:31 +0300 Subject: [PATCH] not delete ceremonyclient --- install/install_quilibrium_service.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index 35887ca..7ac79d7 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -34,7 +34,7 @@ else fi sudo sysctl -p -# Step 3: Check if directory ~/ceremonyclient exists and remove it +# Step 3: Check if directory ~/ceremonyclient exists, download from github if [ -d ~/ceremonyclient ]; then # Check if backup directory ~/backup/qnode_keys exists, if not create it if [ ! -d ~/backup/qnode_keys ]; then @@ -51,10 +51,6 @@ if [ -d ~/ceremonyclient ]; then cp ~/ceremonyclient/node/.config/config.yml ~/backup/qnode_keys/ echo "✅ Backup of config.yml created in ~/backup/qnode_keys folder" fi - - # Remove existing directory ~/ceremonyclient - echo "🗑️ Removing existing directory ~/ceremonyclient..." - rm -rf ~/ceremonyclient fi # Step 4:Download Ceremonyclient