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
8bac4b17
Verified
Commit
8bac4b17
authored
May 17, 2021
by
David Hoese
Browse files
Fix question in driver reinstall expect script
parent
29b7e83f
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/reinstall_ceilo_driver.sh
View file @
8bac4b17
...
...
@@ -34,10 +34,11 @@ if [ -d $DRIVER_DST ]; then
fi
cd
"
${
SRC_DIR
}
/kernel3.x"
# expect "Do you want to continue installing?"
/usr/bin/expect <
(
cat
<<
EOF
spawn ./mxinst SP1
expect
"
Do you want to
continue installing?"
send "N
\r
"
expect Do you want to
enable secure function?
send
--
"N
\r
"
expect eof
EOF
)
...
...
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