From 0e96a92167798097c19c7e8b4418c5ce76f717e8 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Tue, 21 May 2024 22:42:24 +0300 Subject: [PATCH] add small explanation --- install/install_binary.sh | 3 ++- install/install_docker.sh | 2 +- install/install_quilibrium_service.sh | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/install/install_binary.sh b/install/install_binary.sh index 51ed45d..f147d6a 100644 --- a/install/install_binary.sh +++ b/install/install_binary.sh @@ -73,6 +73,7 @@ systemctl enable ceremonyclient service ceremonyclient start # See the logs of the ceremonyclient service -echo "CTRL + C to exit the logs." +echo "Welcome to Quilibrium Ceremonyclient" +echo "Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs." sleep 5 # Add a 5-second delay sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat \ No newline at end of file diff --git a/install/install_docker.sh b/install/install_docker.sh index 26af018..d27c93f 100644 --- a/install/install_docker.sh +++ b/install/install_docker.sh @@ -68,6 +68,6 @@ docker compose up -d # Step 9:Logs Ceremonyclient Container echo "Welcome to Quilibrium Ceremonyclient" -echo "CTRL + C to exit the logs." +echo "Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs." sleep 5 # Add a 5-second delay docker compose logs -f -n, --tail 100 \ No newline at end of file diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index a597cf4..214fc79 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -116,14 +116,15 @@ ExecStart=/root/go/bin/node ./... [Install] WantedBy=multi-user.target EOF +systemctl enable ceremonyclient # Start the ceremonyclient service echo "Starting Ceremonyclient Service" sleep 1 # Add a 1-second delay -systemctl enable ceremonyclient service ceremonyclient start # See the logs of the ceremonyclient service -echo "CTRL + C to exit the logs." +echo "Welcome to Quilibrium Ceremonyclient" +echo "Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs." sleep 5 # Add a 5-second delay sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat