mirror of
https://github.com/restic/restic.git
synced 2026-04-28 23:39:26 +00:00
return exit code 11 if the repository could not be locked
This commit is contained in:
@@ -45,6 +45,7 @@ EXIT STATUS
|
||||
|
||||
Exit status is 0 if the command was successful.
|
||||
Exit status is 1 if there was any error.
|
||||
Exit status is 11 if the repository is already locked.
|
||||
`,
|
||||
DisableAutoGenTag: true,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
Reference in New Issue
Block a user