Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossCeilo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
AossCeilo
Commits
5380ca0e
Commit
5380ca0e
authored
3 years ago
by
David Hoese
Committed by
root
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix driver reinstall script exiting too early
parent
4df73db6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/reinstall_ceilo_driver.sh
+2
-2
2 additions, 2 deletions
scripts/reinstall_ceilo_driver.sh
with
2 additions
and
2 deletions
scripts/reinstall_ceilo_driver.sh
+
2
−
2
View file @
5380ca0e
...
@@ -44,7 +44,7 @@ cd "${SRC_DIR}/kernel3.x"
...
@@ -44,7 +44,7 @@ cd "${SRC_DIR}/kernel3.x"
spawn ./mxinst SP1
spawn ./mxinst SP1
expect "Do you want to enable secure function?"
expect "Do you want to enable secure function?"
send -- "N
\r
"
send -- "N
\r
"
expect
eof
expect
"Installation process is completed."
EOF
EOF
)
)
...
@@ -56,4 +56,4 @@ status=$?
...
@@ -56,4 +56,4 @@ status=$?
if
[
$?
-ne
0
]
;
then
if
[
$?
-ne
0
]
;
then
echo
"ERROR: Could not install driver"
echo
"ERROR: Could not install driver"
exit
1
exit
1
fi
fi
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment