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
Brian O'Connor
2016-05-05 17:00:44 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5704f3bf378df881aaccb65c1d5b253410d7a54
a5704f3b
1 parent
8195096c
Remove backup files generated by sed
Change-Id: I803320fac2bbb8852449d175e986a9f63e7cdbfe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/package/onos-prep-karaf
tools/package/onos-prep-karaf
View file @
a5704f3
...
...
@@ -28,7 +28,7 @@ perl -pi.old -e "s/maxFileSize=1MB/maxFileSize=10MB/g" \
# Patch-in proper Karaf version into the startup script
sed -i.bk
"s/apache-karaf-
\$
KARAF_VERSION/
$KARAF_DIR
/g"
bin/onos-service
sed -i.bk
"s/apache-karaf-
\$
KARAF_VERSION/
$KARAF_DIR
/g"
bin/onos-client
rm -f
*
.bk
rm -f
bin/
*
.bk
mv bin/onos-client bin/onos
chmod a+x bin/onos-service bin/onos
...
...
Please
register
or
login
to post a comment