fixed logic error and added --mini window for dialog

This commit is contained in:
Armin Briegel
2022-08-10 14:54:51 +02:00
parent 92a4c4f3cb
commit e1ad0c0132
2 changed files with 5 additions and 6 deletions

View File

@@ -124,13 +124,11 @@ caffeinate -dimsu & caffeinatePID=$!
trap cleanupAndExit EXIT
# display first screen
$dialog --title none \
$dialog --title "Installing $label" \
--message "" \
--hideicon \
--mini \
--progress 100 \
--button1disabled \
--height 40 \
--width 500 \
--position bottomright \
--ontop \
--movable \