From ba89e5bcd4953399919b403e994d4b8571726a8b Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sun, 19 May 2024 14:41:46 +0300 Subject: [PATCH] Some small changes --- install_binary.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_binary.sh b/install_binary.sh index a1e9d4c..b671acc 100644 --- a/install_binary.sh +++ b/install_binary.sh @@ -3,7 +3,7 @@ # Step 0: Welcome echo "This script is prepared by 0xOzgur.eth" -echo "Enjoy and sit back while you are building your Quilibrium Node!" +echo "Enjoy and sit back while you are building your Quilibrium Ceremony Client!" echo "Processing..." sleep 10 # Add a 10-second delay @@ -47,7 +47,7 @@ EOF # Start the ceremonyclient service echo "Starting Ceremonyclient Service" -sleep 1 # Add a 1-second delay +sleep 2 # Add a 2-second delay systemctl enable ceremonyclient service ceremonyclient start