Add infobox in chekForGraph...()
This commit is contained in:
parent
4d3a064243
commit
4e93ca3198
|
@ -447,6 +447,7 @@ getDotfiles() {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkForGraphicalInterface() {
|
checkForGraphicalInterface() {
|
||||||
|
calcWidthAndRun "whiptail --infobox \"Waiting for archiso to finish its tasks (reflector and graphical interface).\" 7 WIDTH"
|
||||||
journalctl --sync
|
journalctl --sync
|
||||||
result=$(journalctl -b -q -r -g "Graphical" | wc -l)
|
result=$(journalctl -b -q -r -g "Graphical" | wc -l)
|
||||||
while [ $result -lt 2 ]; do
|
while [ $result -lt 2 ]; do
|
||||||
|
|
Loading…
Reference in New Issue