Skip to content

Commit

Permalink
Retry restore
Browse files Browse the repository at this point in the history
  • Loading branch information
bautisflow committed Oct 24, 2023
1 parent aa47c23 commit 22fa949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thinger/system/platform/restore.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class PlatformRestore : public ThingerMonitorRestore {
return data;
}

Docker::Container::exec("mongodb", "chown 1000:1000 /data/db/", true);
Docker::Container::exec("mongodb", "chown 1000:1000 /data/db/");

// Remove file
std::filesystem::remove( file );
Expand Down

0 comments on commit 22fa949

Please sign in to comment.