mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Remove unnecessary exited() check - we should always call cmd.Wait() in the sync.Once block to properly reap the process and capture its exit status. The sync.Once ensures it's only called once. Co-authored-by: ncw <536803+ncw@users.noreply.github.com>