run: tmux fixup
This commit is contained in:
parent
ef186496c7
commit
31a41c7702
2
run
2
run
@ -60,7 +60,7 @@ case "$cmd" in
|
|||||||
log)
|
log)
|
||||||
if [ -n "$is_running" ]; then
|
if [ -n "$is_running" ]; then
|
||||||
tmp=$(mktemp)
|
tmp=$(mktemp)
|
||||||
tmux capture -b $session -p -S - >$tmp
|
tmux capture -t $session -p -S - >$tmp
|
||||||
if [ $(cat $tmp |wc -l) -gt 30 ]; then
|
if [ $(cat $tmp |wc -l) -gt 30 ]; then
|
||||||
head -10 $tmp
|
head -10 $tmp
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user