Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MetObs
AossCeilo
Commits
5380ca0e
Commit
5380ca0e
authored
Jul 21, 2021
by
David Hoese
Committed by
root
Jul 21, 2021
Browse files
Fix driver reinstall script exiting too early
parent
4df73db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/reinstall_ceilo_driver.sh
View file @
5380ca0e
...
...
@@ -44,7 +44,7 @@ cd "${SRC_DIR}/kernel3.x"
spawn ./mxinst SP1
expect "Do you want to enable secure function?"
send -- "N
\r
"
expect
eof
expect
"Installation process is completed."
EOF
)
...
...
@@ -56,4 +56,4 @@ status=$?
if
[
$?
-ne
0
]
;
then
echo
"ERROR: Could not install driver"
exit
1
fi
\ No newline at end of file
fi
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