View Single Post
  #5  
Old 04-20-2011, 10:39 AM
bwilder bwilder is online now
Registered User
 
Join Date: 02-23-2011
Posts: 17
Adding the 3rd line helped, thanks!

So the script in my step looks like:
ic@ServerDev11:~>
bash ~/bin/source_file_backup.sh
ic@ServerDev11:~>

The shell script I'm calling remotely mainly creates a tar of a specific directory, which can take a variable length of time depending on what gets put in the directory being tar'd by the build process.

Is there any way to make the step just wait for any response from the server without upping the Delay on the Script tab to some ungodly amount like 120000 milliseconds?
Reply With Quote