Print error to stderr instead of stdout
This commit is contained in:
parent
3616cc3c7a
commit
31cbc35a7b
@ -32,7 +32,7 @@ while true; do
|
||||
done
|
||||
|
||||
if [[ ! -x '/usr/bin/ffmpeg' ]]; then
|
||||
printf '%s\n' 'ffmpeg program is not installed'
|
||||
printf '%s\n' 'ffmpeg program is not installed' >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user