mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 01:35:39 +08:00
zoho: do not ask for mountpoint twice when using headless setup
This commit is contained in:
parent
fcba51557f
commit
c114695a66
|
@ -96,6 +96,11 @@ func init() {
|
|||
log.Fatalf("Failed to configure token: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
if fs.GetConfig(ctx).AutoConfirm {
|
||||
return
|
||||
}
|
||||
|
||||
if err = setupRoot(ctx, name, m); err != nil {
|
||||
log.Fatalf("Failed to configure root directory: %v", err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user