Changed -l to --long to address issue with rclone not printing remote types.

This commit is contained in:
Eric Ostrowski
2019-03-13 00:16:43 -05:00
parent 69c49012a8
commit 6c50e40614
4 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ function dialogShowProgress ()
function dialogShowSummary ()
{
# list all remotes and their type
remotes=$(rclone listremotes -l)
remotes=$(rclone listremotes --long)
# get line with RETROPIE remote
retval=$(grep -i "^retropie:" <<< ${remotes})