feat: backup revolution

See coop-cloud/organising#485
This commit is contained in:
2023-10-01 08:02:30 +02:00
parent ca91abbed9
commit c5687dfbd7
10 changed files with 401 additions and 559 deletions

View File

@ -91,7 +91,7 @@ var appRunCommand = cli.Command{
logrus.Fatal(err)
}
if err := container.RunExec(dcli, cl, targetContainer.ID, &execCreateOpts); err != nil {
if _, err := container.RunExec(dcli, cl, targetContainer.ID, &execCreateOpts); err != nil {
logrus.Fatal(err)
}