X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=cmd%2Fsafcm%2Fconfig%2Ffiles.go;h=8f637701a60735c25ebb63969d075b8e1526edd9;hb=583a2695a3ddc9c98e0a03d9f1bad8df30afe887;hp=8d1a728c9601c929a964642abfac969ec2835cde;hpb=304a68c565d58ae52dd39cf6e2d6ef52cada7d19;p=safcm%2Fsafcm.git diff --git a/cmd/safcm/config/files.go b/cmd/safcm/config/files.go index 8d1a728..8f63770 100644 --- a/cmd/safcm/config/files.go +++ b/cmd/safcm/config/files.go @@ -79,6 +79,7 @@ via "safcm fixperms". return err } data = []byte(x) + perm |= 0777 // see cmd/safcm-remote/sync/files.go } else { return fmt.Errorf("%q: file type not supported", path) }