mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
bash fix
This commit is contained in:
parent
b0c35acf3f
commit
7569685512
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user