fix dialogbox

This commit is contained in:
Tobias Powalowski 2022-05-08 21:31:06 +02:00
parent 91e5a6d36e
commit ff0b4f9b76

View file

@ -236,7 +236,7 @@ mainmenu() {
#####################
## begin execution ##
if [[ -e /tmp/.setup-running ]]; then
DIALOG --msgbox "HINT:\n\nsetup already runs on a different console!\nPlease remove /tmp/.setup-running first to launch setup!" 5 40
DIALOG --msgbox "Attention:\n\nSetup already runs on a different console!\nPlease remove /tmp/.setup-running first to launch setup!" 8 60
exit 1
fi
: >/tmp/.setup-running