Add infobox in chekForGraph...()

This commit is contained in:
Santiago Lo Coco 2022-01-04 14:32:40 -03:00
parent 4d3a064243
commit 4e93ca3198
1 changed files with 1 additions and 0 deletions

View File

@ -447,6 +447,7 @@ getDotfiles() {
}
checkForGraphicalInterface() {
calcWidthAndRun "whiptail --infobox \"Waiting for archiso to finish its tasks (reflector and graphical interface).\" 7 WIDTH"
journalctl --sync
result=$(journalctl -b -q -r -g "Graphical" | wc -l)
while [ $result -lt 2 ]; do