We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b18fe1 commit 472fe62Copy full SHA for 472fe62
1 file changed
restore.go
@@ -122,7 +122,7 @@ using the runc checkpoint command.`,
122
123
func criuOptions(context *cli.Context) *libcontainer.CriuOpts {
124
imagePath := getCheckpointImagePath(context)
125
- if err := os.MkdirAll(imagePath, 0655); err != nil {
+ if err := os.MkdirAll(imagePath, 0755); err != nil {
126
fatal(err)
127
}
128
return &libcontainer.CriuOpts{
0 commit comments