Update bourne.rb

bug/bundler_fix
Tom Sellers 2014-05-27 06:14:12 -05:00
parent f956c8d94f
commit 5e33de3e8f
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class CmdStagerBourne < CmdStagerBase
def compress_commands(cmds, opts)
# Make it all happen
cmds << "chmod +x #{@tempdir}#{@var_decoded}.bin"
cmds << "#{@tempdir}#{@var_decoded}.bin"
cmds << "#{@tempdir}#{@var_decoded}.bin & sleep 2"
# Clean up after unless requested not to..
if (not opts[:nodelete])