This commit is contained in:
Santiago Lo Coco 2022-01-04 19:10:32 -03:00
parent 2ed7bcf95a
commit 173e0c47d9
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ getDotfiles() {
checkForSystemdUnits() {
trap 'systemctl stop reflector' INT
calcHeightAndRun "whiptail --infobox \"Waiting for systemd units to finish. In particular 'reflector.service' is the one that will take the longest. If you want to stop it, type Ctrl+C (note that the script will ask you later if you want to update the mirrors, so don't worry).\" HEIGTH 61"
calcHeightAndRun "whiptail --infobox \"Waiting for systemd units to finish. In particular 'reflector.service' is the one that will take the longest. If you want to stop it, type Ctrl+C (note that the script will ask you later if you want to update the mirrors, so don't worry).\" HEIGHT 61"
systemctl is-active --quiet graphical.target
while [ $? -ne 0 ]; do
sleep 1