style(install): Simple code style fix in install.sh (#1690)
* Update install.sh fixed only coding style (ShellCheck gave me a hint ;-)) * Make PR Bot happy
This commit is contained in:
parent
b633248606
commit
d46c76920e
|
@ -210,7 +210,7 @@ confirm() {
|
|||
rc=$?
|
||||
set -e
|
||||
if [ $rc -ne 0 ]; then
|
||||
error 'Error reading from prompt (please re-run with the `--yes` option)'
|
||||
error "Error reading from prompt (please re-run with the '--yes' option)"
|
||||
exit 1
|
||||
fi
|
||||
if [ "$yn" != "y" ] && [ "$yn" != "yes" ]; then
|
||||
|
|
Loading…
Reference in New Issue