From 756968551221677e8bb0d7268210194e0f4259c3 Mon Sep 17 00:00:00 2001 From: Bui Date: Mon, 21 Mar 2022 04:41:04 +0000 Subject: [PATCH] bash fix --- tools/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.sh b/tools/setup.sh index 44fc93d..ae88dc8 100644 --- a/tools/setup.sh +++ b/tools/setup.sh @@ -55,7 +55,7 @@ sudo service supervisor restart sudo systemctl enable mongod.service sudo service mongod start -IP=$(dig +short txt ch whoami.cloudflare @1.0.0.1) +IP=$(dig +short txt ch whoami.cloudflare @1.0.0.1 | tr -d '"') echo echo "Setup complete! You should be able to access your taiko-web instance at http://$IP" echo