diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index 84424cf24..3a961d0e3 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -18,8 +18,6 @@ _INST="/${_LIB}/installer" _HELP="/${_LIB}/installer/help" _RUN="/${_LIB}/run" _UPDATE="/${_LIB}/update" -_LOG="/dev/tty11" -_NO_LOG="/dev/null" _VC_NUM="$(basename ${_LOG} | sed -e 's#tty##g')" _VC="VC${_VC_NUM}" _MENU_TITLE=" Logging to ${_VC} | ${_LOG} "