Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed Dec 7, 2021
1 parent b68c6b5 commit 91c319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/docker_check_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker-compose ps

echo -e "check OpenIM result............................."
i=1
t=5
t=10
while [ $i -le $t ]
do
p=`awk 'BEGIN{printf "%.2f%\n",('$i'/'$t')*100}'`
Expand Down

0 comments on commit 91c319d

Please sign in to comment.