View Single Post
Posts: 5 | Thanked: 0 times | Joined on Mar 2010 @ Netherlands
#3
I've got a simple bash script that connects to 3G, waits 10 seconds (so the connection is completed) and creates a SSH connection. I now want to extend it so that the first two commands (dbus script and wait 10s) only execute if the 3G connection isn't online. Otherwise, I always need to wait 10s before my SSH session launches..