mirror of
https://github.com/rclone/rclone.git
synced 2025-01-21 13:49:13 +01:00
zoho: do not ask for mountpoint twice when using headless setup
This commit is contained in:
parent
1a5e67fe98
commit
b30d7a026f
@ -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