Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ors-utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ors-utils
Commits
4833af8f
Commit
4833af8f
authored
Jan 23, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't rely on existing keys for get-host-ID script
parent
8d11e8f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
scripts/ors/2-get-host-ID
scripts/ors/2-get-host-ID
+6
-6
No files found.
scripts/ors/2-get-host-ID
View file @
4833af8f
#!/bin/bash
#!/bin/bash
for
SOFT
in
enb ue mme
;
do
#
for SOFT in enb ue mme; do
if
[
-f
"/root/.amarisoft/lte
$SOFT
.key"
]
;
then
#
if [ -f "/root/.amarisoft/lte$SOFT.key" ]; then
cat
/root/.amarisoft/lte
$SOFT
.key |
tail
-c
+261|
head
-n1
;
#
cat /root/.amarisoft/lte$SOFT.key | tail -c+261| head -n1;
exit
;
#
exit;
fi
#
fi
done
#
done
if
[
"$#"
-eq
2
]
;
then
if
[
"$#"
-eq
2
]
;
then
BINARY_PATH
=
"
$1
"
BINARY_PATH
=
"
$1
"
BINARY_CONFIG
=
"
$2
"
BINARY_CONFIG
=
"
$2
"
...
...
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