From bc58767699b9e5e8b2d3ddb3ad9521e2556a0785 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Fri, 27 Aug 2021 14:25:06 +0200 Subject: [PATCH] remove accidental whitespace --- strm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strm b/strm index 52f4f05..0c7b8ec 100755 --- a/strm +++ b/strm @@ -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