Skip to content

Commit

Permalink
Remove attach and increase sleep to 1hr
Browse files Browse the repository at this point in the history
  • Loading branch information
danhigham committed Jan 17, 2015
1 parent 4577b7a commit d40d53f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion console.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (plugin ConsolePlugin) Run(cliConnection plugin.CliConnection, args []strin
guid, entity := plugin.FindAppGuid(cliConnection, appName)

// Update the app to start tmate
plugin.UpdateForTmate(cliConnection, guid, "")
plugin.UpdateForTmate(cliConnection, guid, "sleep 3600")

// Kill the first instance
// plugin.KillInstanceZero(cliConnection, guid)
Expand Down
Binary file modified install.sh
Binary file not shown.
2 changes: 0 additions & 2 deletions install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ $HOME/bin/tmate -S /tmp/tmate.sock send-keys -t "$command_pane" "$start_command"

printf "%s\n" "$sshcmd"

$HOME/bin/tmate -S /tmp/tmate.sock attach

exit 0

0 comments on commit d40d53f

Please sign in to comment.