mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Wrong assumption of default behaviour
As the default behaviour is the reboot, the "yes" option should (like before) stand out. Alternatively one can make default that the device does not reboot.
This commit is contained in:
parent
43ba0db577
commit
eeaed09f51
@ -675,7 +675,7 @@ function _install_complete() {
|
|||||||
# Prompt to reboot if wired ethernet (eth0) is connected.
|
# Prompt to reboot if wired ethernet (eth0) is connected.
|
||||||
# With default_configuration this will create an active AP on restart.
|
# With default_configuration this will create an active AP on restart.
|
||||||
if ip a | grep -q ': eth0:.*state UP'; then
|
if ip a | grep -q ': eth0:.*state UP'; then
|
||||||
echo -n "The system needs to be rebooted as a final step. Reboot now? [y/N]: "
|
echo -n "The system needs to be rebooted as a final step. Reboot now? [Y/n]: "
|
||||||
read answer < /dev/tty
|
read answer < /dev/tty
|
||||||
if [ "$answer" != "${answer#[Nn]}" ]; then
|
if [ "$answer" != "${answer#[Nn]}" ]; then
|
||||||
echo "Installation reboot aborted."
|
echo "Installation reboot aborted."
|
||||||
|
Loading…
Reference in New Issue
Block a user