Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Conversation

yurivict
Copy link

@yurivict yurivict commented Jan 9, 2018

They all turned to be easily convertible.
I followed some recommendations of the ShellCheck program (https://www.shellcheck.net/).
I couldn't test them, because Cadence doesn't yet work on FreeBSD due to some other issues.

else
{
if (`pulseaudio --daemonize --high-priority --realtime --exit-idle-time=-1 --file=$FILE -n`); then
if pulseaudio --daemonize --high-priority --realtime --exit-idle-time=-1 --file=$FILE -n > /dev/null 2>&1; then
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why disabling the output here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants