Merge pull request #4 from 0xOzgur/v1.4.18

not delete ceremonyclient
This commit is contained in:
0xOzgur 2024-05-27 02:38:08 +03:00 committed by GitHub
commit 9fc67358f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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