Open osrf-migration opened 10 years ago
Original report (archived issue) by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).
Since the starting process is taking a while, one idea is to remove the message:
ls: cannot access cloudsim/setup/done: No such file or directory
so the user does not think about a problem in his end and just wait relaxing. Something like:
ssh localhost 'ls cloudsimd/setup/done 2>/dev/null || echo "Still waiting to the remote machine, please be patient"'
should work.
Original report (archived issue) by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).
Since the starting process is taking a while, one idea is to remove the message:
so the user does not think about a problem in his end and just wait relaxing. Something like:
should work.