Skip to content

Commit

Permalink
Add space after re-adding prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
danhigham committed Jan 18, 2015
1 parent 0c9f37a commit 9358a9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified install.sh
Binary file not shown.
2 changes: 1 addition & 1 deletion install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $HOME/bin/tmate -S /tmp/tmate.sock send-keys -t "$main_pane" 'cat $HOME/banner.t
$HOME/bin/tmate -S /tmp/tmate.sock send-keys -t "$main_pane" "echo \"$sshcmd\"" Enter
$HOME/bin/tmate -S /tmp/tmate.sock send-keys -t "$main_pane" "" Enter

$HOME/bin/tmate -S /tmp/tmate.sock send-keys -t "$main_pane" 'stty $stty_orig; PS1=$ps_orig' Enter
$HOME/bin/tmate -S /tmp/tmate.sock send-keys -t "$main_pane" 'stty $stty_orig; PS1="$ps_orig ""' Enter

$HOME/bin/tmate -S /tmp/tmate.sock send-keys -t "$command_pane" "$start_command" Enter

Expand Down

0 comments on commit 9358a9e

Please sign in to comment.