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.
2 parents b25a914 + 0db1e73 commit c0f38e8Copy full SHA for c0f38e8
db-login
@@ -38,7 +38,7 @@ eval $( bin/db-credentials )
38
# Set a custom port, if provided to us.
39
if [ -n "${DB_PORT}" ]; then
40
PORT_CLAUSE="--port=${DB_PORT}"
41
-else
+fi
42
43
# Define the primary command line.
44
CMD="mysql --host=${DB_HOST} ${PORT_CLAUSE-} --database=${DB_DATABASE} --user=${DB_USERNAME}"
0 commit comments