mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-12-16 09:04:59 +00:00
Compare commits
3 Commits
bbd7ee83f9
...
e988de266b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e988de266b | ||
|
|
b3440cd87c | ||
|
|
4848702929 |
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.21-alpine as builder
|
||||
FROM golang:1.22-alpine as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.* .
|
||||
|
||||
@@ -143,6 +143,7 @@ func (b Backend) Exec(args []string) error {
|
||||
return err
|
||||
}
|
||||
options := ExecuteOptions{Envs: env}
|
||||
args = append(args, combineBackendOptions("exec", b)...)
|
||||
_, out, err := ExecuteResticCommand(options, args...)
|
||||
if err != nil {
|
||||
colors.Error.Println(out)
|
||||
|
||||
Reference in New Issue
Block a user