fix whitespacing
This commit is contained in:
parent
fe99fb8266
commit
b3b8156d37
1 changed files with 2 additions and 2 deletions
4
strm
4
strm
|
|
@ -217,7 +217,7 @@ if [ "$list" == false ] && [ "$playback_directory" != "" ] && [ "$tidy" == fals
|
||||||
ssh -o ConnectTimeout=10 "$connection_string" "mkdir -p $directory"
|
ssh -o ConnectTimeout=10 "$connection_string" "mkdir -p $directory"
|
||||||
|
|
||||||
rsync_directory="$connection_string:$directory"
|
rsync_directory="$connection_string:$directory"
|
||||||
|
|
||||||
# Synchronize remote to local
|
# Synchronize remote to local
|
||||||
rsync -az --delete "$rsync_directory" "$HOME/.cache/strm/"
|
rsync -az --delete "$rsync_directory" "$HOME/.cache/strm/"
|
||||||
fi
|
fi
|
||||||
|
|
@ -333,7 +333,7 @@ if [ "$list" == false ]; then
|
||||||
echo "or=$or" >> "$HOME/.cache/strm/strm_later"
|
echo "or=$or" >> "$HOME/.cache/strm/strm_later"
|
||||||
echo "shuffle=$shuffle" >> "$HOME/.cache/strm/strm_later"
|
echo "shuffle=$shuffle" >> "$HOME/.cache/strm/strm_later"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Print controls
|
# Print controls
|
||||||
if [ "$is_remote_call" == true ]; then
|
if [ "$is_remote_call" == true ]; then
|
||||||
print_remote_controls
|
print_remote_controls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue