From 643923797e34b4615aaf3f8195d076d1f8607bb5 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:18:55 +0300 Subject: [PATCH] menu fix --- quilibrium_for_dummies.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quilibrium_for_dummies.sh b/quilibrium_for_dummies.sh index 2af5352..ae47e74 100644 --- a/quilibrium_for_dummies.sh +++ b/quilibrium_for_dummies.sh @@ -132,10 +132,10 @@ echo " echo "" echo "Please choose an option:" echo "" - echo "1) Install Prerequisites 5) Check Visibility 9) Stop Node" - echo "2) Install Node 6) Node Info e) Exit" - echo "3) Configure grpCurl 7) Node Logs " - echo "4) Update Node 8) Restart Node" + echo "1) Install Prerequisites 5) Check Visibility 9) Stop Node" + echo "2) Install Node 6) Node Info e) Exit" + echo "3) Configure grpCurl 7) Node Logs" + echo "4) Update Node 8) Restart Node" echo "" read -p "Enter your choice: " choice