mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
Changed -l to --long to address issue with rclone not printing remote types.
This commit is contained in:
@@ -142,7 +142,7 @@ function prepareFilter ()
|
||||
function getTypeOfRemote ()
|
||||
{
|
||||
# list all remotes and their type
|
||||
remotes=$(rclone listremotes -l)
|
||||
remotes=$(rclone listremotes --long)
|
||||
|
||||
# get line with RETROPIE remote
|
||||
retval=$(grep -i "^retropie:" <<< ${remotes})
|
||||
|
||||
Reference in New Issue
Block a user