mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Don't force-exit CLI clients after sync
This commit is contained in:
@@ -587,6 +587,5 @@ func RunJob(returnLists bool) ([3][]string, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return [3][]string{nil, nil, nil}, errors.New("unable to sync entries: " + err.Error())
|
return [3][]string{nil, nil, nil}, errors.New("unable to sync entries: " + err.Error())
|
||||||
}
|
}
|
||||||
back.Exit(0) // exit program if running non-interactively
|
|
||||||
return lists, nil // dummy return for when not returning lists
|
return lists, nil // dummy return for when not returning lists
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user