CANCEL="" at the beginning

This commit is contained in:
Tobias Powalowski 2023-01-07 15:53:29 +01:00
parent be7f5a783a
commit fe4b59721d

View file

@ -985,6 +985,7 @@ choose_bootloader() {
} }
install_bootloader() { install_bootloader() {
CANCEL=""
destdir_mounts || return 1 destdir_mounts || return 1
if [[ "${NAME_SCHEME_PARAMETER_RUN}" == "" ]]; then if [[ "${NAME_SCHEME_PARAMETER_RUN}" == "" ]]; then
set_device_name_scheme || return 1 set_device_name_scheme || return 1
@ -999,4 +1000,3 @@ install_bootloader() {
choose_bootloader choose_bootloader
[[ -z "${CANCEL}" ]] && NEXTITEM="8" [[ -z "${CANCEL}" ]] && NEXTITEM="8"
} }