| ... | ... |
@@ -1081,7 +1081,7 @@ function screen_it {
|
| 1081 | 1081 |
# sleep to allow bash to be ready to be send the command - we are |
| 1082 | 1082 |
# creating a new window in screen and then sends characters, so if |
| 1083 | 1083 |
# bash isn't running by the time we send the command, nothing happens |
| 1084 |
- sleep 1.5 |
|
| 1084 |
+ sleep 3 |
|
| 1085 | 1085 |
|
| 1086 | 1086 |
NL=`echo -ne '\015'` |
| 1087 | 1087 |
# This fun command does the following: |