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