Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash time prints out mid script and keeps running #12

Open
LukeyQ1 opened this issue Mar 21, 2019 · 3 comments
Open

bash time prints out mid script and keeps running #12

LukeyQ1 opened this issue Mar 21, 2019 · 3 comments

Comments

@LukeyQ1
Copy link

LukeyQ1 commented Mar 21, 2019

Screenshot 2019-03-21 at 14 31 02

When trying our optimised script on aws the time command finishes, prints the time and allows more commands to be typed but the script is still running. The results are still correct but the timing is wrong and it's impossible to tell when the program finishes.
Screenshot explains better.

This does not occur when running on my own laptop (mac).

HELP???

@jjd06
Copy link
Contributor

jjd06 commented Mar 21, 2019

Are you spawning processes within optimised_flow.sh and not waiting for them to finish?

@LukeyQ1
Copy link
Author

LukeyQ1 commented Mar 22, 2019

I use tee yes. But if I turn VIS on it no longer does this despite running the same code. I've using a wait command but it doesn't help

@jjd06
Copy link
Contributor

jjd06 commented Mar 25, 2019

I tried running your optimised_flow.sh but couldn't replicate this. Does that mean that you managed to fix it? Caveat: I ran it on my local machine, not an AWS instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants