Skip to content

Commit d634eaa

Browse files
authored
Merge pull request #464 from kinarashah/fix-v2.13
[v2.13] update install script
2 parents cbcec75 + 83d0623 commit d634eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ func commonCloudConfig(encodedData, command, path string, cf map[interface{}]int
481481
writeFile := map[string]string{
482482
"encoding": "gzip+b64",
483483
"content": fmt.Sprintf("%s", encodedData),
484-
"permissions": "0644",
484+
"permissions": "0600",
485485
"path": path,
486486
}
487487
if err := appendValueToListInCloudConfig(cf, "write_files", writeFile); err != nil {

0 commit comments

Comments
 (0)