Unverified Commit c30bfb6c authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Bugfix


Signed-off-by: default avatarIgor Pecovnik <igor.pecovnik@gmail.com>
parent 253d2cf4
......@@ -916,9 +916,10 @@ unset selection
if [[ $? -eq 0 ]]; then
debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y upgrade
[[ -z $scripted ]] && \
dialog --title " Firmware update " --colors --no-label "No" --backtitle "$BACKTITLE" --yesno \
"\nFirmware has been updated. Reboot? " 7 39
if [[ $? -eq 0 && -z $scripted ]]; then reboot; fi
if [[ $? -eq 0 ]]; then reboot; fi
fi
fi
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment