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
Sergey Gorbunov
CbmTools
Commits
bc85c487
Commit
bc85c487
authored
Jan 12, 2021
by
Sergey Gorbunov
Browse files
mac OsX update
parent
99ca333e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cbmdock/cbmdockInit.sh
cbmdock/cbmdockInit.sh
+4
-1
No files found.
cbmdock/cbmdockInit.sh
View file @
bc85c487
...
...
@@ -34,8 +34,11 @@ docker exec -t --user root ${ContainerName} bash -c "\
chmod 0440 /etc/sudoers.d/cbmdock "
# create cbmdock alias on the host. It runs a shell in the container with an actual DISPLAY value
if
[[
`
alias
|
grep
-q
cbmdock
`
]]
if
[[
`
alias
|
grep
-q
cbmdock
`
]]
then
echo
cbmdock
alias
already exists
else
echo
create cbmdock
alias
if
[[
`
uname
-s
`
-eq
Darwin
]]
then
echo
MacOSX detected
...
...
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