We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8513f9 commit 2e31d19Copy full SHA for 2e31d19
1 file changed
bin/install-package-tests
@@ -52,7 +52,7 @@ while ! mysql --user="${USER}" "${PASSWORD_STRING}" --execute="SHOW DATABASES;"
52
do
53
echo 'Waiting for MySQL...'
54
sleep 5
55
- let "i+=1"
+ i=$((i+1))
56
if [ $i -gt 36 ]; then
57
echo 'MySQL failed to start. Aborting.'
58
exit 1
0 commit comments