Revert "Suppress warnings when using tail in tmux"
This reverts commit 3334638a2c.
This commit is contained in:
parent
a2c41fbaf2
commit
f2ab06374b
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ def prep_action(
|
|||
'cat',
|
||||
])
|
||||
elif watch_cmd == 'tail':
|
||||
action_cmd.extend(['tail', '-q', '-f'])
|
||||
action_cmd.extend(['tail', '-f'])
|
||||
action_cmd.append(watch_file)
|
||||
else:
|
||||
LOG.error('No action specified')
|
||||
|
|
|
|||
Loading…
Reference in a new issue