mirror of
https://github.com/polybar/polybar.git
synced 2026-02-22 13:05:51 +00:00
fix(command): broken pipe when ignoring output.
This commit is contained in:
committed by
Patrick Ziegler
parent
92181fd237
commit
5e5d8faf04
@ -408,7 +408,7 @@ void controller::process_inputdata() {
|
||||
}
|
||||
|
||||
m_log.info("Executing shell command: %s", cmd);
|
||||
m_command = command_util::make_command(move(cmd));
|
||||
m_command = command_util::make_command<output_policy::IGNORED>(move(cmd));
|
||||
m_command->exec();
|
||||
m_command.reset();
|
||||
process_update(true);
|
||||
|
||||
Reference in New Issue
Block a user