Typo
This commit is contained in:
parent
888bac0388
commit
034e55e9fd
|
@ -309,7 +309,7 @@ function interactive_configuration {
|
||||||
255) exit 0;;
|
255) exit 0;;
|
||||||
esac
|
esac
|
||||||
if [[ $INSTALLING_ON_BBB == "yes" ]]; then
|
if [[ $INSTALLING_ON_BBB == "yes" ]]; then
|
||||||
USB_DRIVE=/dev/sdb1
|
USB_DRIVE=/dev/sda1
|
||||||
fi
|
fi
|
||||||
save_configuration_file
|
save_configuration_file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue