Skip to content

Commit fa6312e

Browse files
authored
Merge pull request #463 from kinarashah/fix-v2.14
[v2.14] update install script
2 parents f6df85d + 2d62d19 commit fa6312e

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)