mirror of
https://github.com/rclone/rclone.git
synced 2025-08-24 03:45:45 +02:00
bisync: change exit code from 2 to 7 for critically aborted run
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
"github.com/rclone/rclone/lib/terminal"
|
||||
)
|
||||
|
||||
// ErrBisyncAborted signals that bisync is aborted and forces exit code 2
|
||||
// ErrBisyncAborted signals that bisync is aborted and forces non-zero exit code
|
||||
var ErrBisyncAborted = errors.New("bisync aborted")
|
||||
|
||||
// bisyncRun keeps bisync runtime state
|
||||
|
Reference in New Issue
Block a user