From e8c598f1fe0405d6a2a53bef8e4addca0da6fb52 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Fri, 25 Jul 2025 21:50:19 +0530 Subject: [PATCH] fix: update pr according suggestion --- setup_wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_wizard.sh b/setup_wizard.sh index 925caf0..1c4e5b9 100755 --- a/setup_wizard.sh +++ b/setup_wizard.sh @@ -184,6 +184,6 @@ echocol "" echocol "Your node is ready! enter the following command to start it:" read -p "Press ENTER to continue..." foo -sudo docker-compose up -d +docker-compose up -d echocol "✅ Node started successfully!" echocol ""