Closed Kidswiss closed 3 years ago
Fixed the restic binary in the docker build, so it's executable.
As cmd.Start() doesn't seem to catch if the process actually started or not I also added if the process is nil and return an error.
cmd.Start()
closes #70
Fixed the restic binary in the docker build, so it's executable.
As
cmd.Start()
doesn't seem to catch if the process actually started or not I also added if the process is nil and return an error.closes #70