Skip to content

Commit

Permalink
Update setup-tdengine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maikebing authored Dec 14, 2023
1 parent fcc17c5 commit b9926a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-tdengine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ then
sudo systemctl start taoskeeper
export TDENGINE_REST=$(hostname):6041/rest/sql
count=0
until [curl -L -H "Authorization: Basic cm9vdDp0YW9zZGF0YQ==" -d "SELECT SERVER_STATUS();" $TDENGINE_REST ]
until curl -L -H "Authorization: Basic cm9vdDp0YW9zZGF0YQ==" -d "SELECT SERVER_STATUS();" $TDENGINE_REST
do
sleep 1;
let count+=1;
Expand Down

0 comments on commit b9926a0

Please sign in to comment.