Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Pavlin Radoslavov
2014-10-15 10:22:52 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c4d341b0e8e864882e8f31875622192f92fcc25
3c4d341b
1 parent
255618f7
Replace hard-coded user-name "sdn" with variable ${ONOS_USER}
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/test/bin/onos-install
tools/test/bin/onos-install
View file @
3c4d341
...
...
@@ -18,7 +18,7 @@ ssh $remote "
[ -d
$ONOS_INSTALL_DIR
/bin ] && echo
\"
ONOS is already installed
\"
&& exit 1
# Prepare a landing zone and unroll the bits
sudo mkdir -p
$ONOS_INSTALL_DIR
&& sudo chown
sdn:sdn
$ONOS_INSTALL_DIR
sudo mkdir -p
$ONOS_INSTALL_DIR
&& sudo chown
${
ONOS_USER
}
:
${
ONOS_USER
}
$ONOS_INSTALL_DIR
tar zxmf /tmp/
$ONOS_BITS
.tar.gz -C
$ONOS_INSTALL_DIR
--strip-components=1
# Make a link to the log file directory and make a home for auxiliaries
...
...
Please
register
or
login
to post a comment