remove double quotes

This commit is contained in:
Tobias Powalowski 2024-07-16 19:55:56 +02:00
parent af58a6f676
commit 59d58ed38a

View file

@ -5,7 +5,7 @@ _KVER="$(uname -r)"
_ARCH="$(uname -m)"
_TITLE="archboot.com | ${_ARCH} | ${_KVER} | Basic Setup | Early Userspace"
_KEEP="Please keep the boot medium inserted..."
_NO_LOG="/dev/null"
_NO_LOG=/dev/null
_dialog() {
dialog --backtitle "${_TITLE}" "$@"
return $?