We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c15fa1 commit e91d8edCopy full SHA for e91d8ed
.travis_ssl.sh
@@ -3,7 +3,7 @@
3
# Halt the tests on error
4
set -e
5
6
-# Whever MySQL configs live, go there (this is for cross-platform)
+# Wherever MySQL configs live, go there (this is for cross-platform)
7
cd $(my_print_defaults --help | grep my.cnf | xargs find 2>/dev/null | xargs dirname)
8
9
# Create config files to run openssl in batch mode
@@ -64,4 +64,5 @@ ssl-key=/etc/mysql/server-key.pem
64
ruby -e 'start = Time.now.min; while Time.now.min == start; sleep 2; end'
65
66
# Ok, let's see what we got!
67
+set +e
68
service mysql restart || brew services restart mysql
0 commit comments