Add delay to background process output duplicate removal

This commit is contained in:
natemaia 2019-08-20 23:23:46 -07:00
parent f87b340059
commit 6bf67af66b

View File

@ -1394,6 +1394,7 @@ install_base()
oldmsg="$msg"
else
printf "."
sleep 0.5
fi
done
trap - EXIT