Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Coyle
cockroach-deploy
Commits
df4978e7
Commit
df4978e7
authored
Apr 28, 2017
by
tomogoma
Browse files
update helper sql access script to match latest commands
parent
a410d6ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
systemdInstaller.sh
View file @
df4978e7
...
...
@@ -51,7 +51,7 @@ function installService {
#create cconnect script for easier access to the sql console
function
outputConnectUtil
{
touch
"/usr/local/bin/cconnect"
echo
"cockroach sql --c
a-cert=/etc/cockroachdb/certs/ca.cert --cert=/etc/cockroachdb/certs/root.cert --key
=/etc/cockroachdb/certs
/root.key
"
>
"/usr/local/bin/cconnect"
echo
"cockroach sql --c
erts-dir
=/etc/cockroachdb/certs"
>
"/usr/local/bin/cconnect"
chmod
+x
"/usr/local/bin/cconnect"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment