Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Coyle
cockroach-deploy
Commits
eab30986
Commit
eab30986
authored
Feb 25, 2019
by
James Coyle
Browse files
Updated extracted dir path
parent
080c1d19
Pipeline
#1449
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
upgrade.sh
View file @
eab30986
...
...
@@ -18,8 +18,8 @@ function extractRoach {
tar
-xzf
$TMP_DL
-C
$TMP
||
exit
1
}
function
setInstallDirs
{
mv
$TMP
/cockroach-
latest
*
/cockroach
$APP_DIR
/cockroach
||
exit
1
rm
-rf
$TMP
/cockroach-
latest
*
mv
$TMP
/cockroach-
*
/cockroach
$APP_DIR
/cockroach
||
exit
1
rm
-rf
$TMP
/cockroach-
*
}
service cockroach stop
...
...
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