From b3b8156d372f0c52b0934cef859293ea96884576 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 12 Jun 2021 22:58:05 +0200 Subject: [PATCH] fix whitespacing --- strm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strm b/strm index 2ebcfed..02e0197 100755 --- a/strm +++ b/strm @@ -217,7 +217,7 @@ if [ "$list" == false ] && [ "$playback_directory" != "" ] && [ "$tidy" == fals ssh -o ConnectTimeout=10 "$connection_string" "mkdir -p $directory" rsync_directory="$connection_string:$directory" - + # Synchronize remote to local rsync -az --delete "$rsync_directory" "$HOME/.cache/strm/" fi @@ -333,7 +333,7 @@ if [ "$list" == false ]; then echo "or=$or" >> "$HOME/.cache/strm/strm_later" echo "shuffle=$shuffle" >> "$HOME/.cache/strm/strm_later" fi - + # Print controls if [ "$is_remote_call" == true ]; then print_remote_controls