remove accidental whitespace

This commit is contained in:
Denis Lehmann 2021-08-27 14:25:06 +02:00
parent 1166fbdaeb
commit bc58767699

2
strm
View file

@ -219,7 +219,7 @@ if [ "$tmp_ignore_files" != "" ]; then
fi
# Synchronize playback directory
if [ "$list" == false ] && [ "$playback_directory" != "" ]; then
if [ "$list" == false ] && [ "$playback_directory" != "" ]; then
# Check if rsync is installed
if ! command -v rsync &>/dev/null; then