fix: grand ssh, provisioning, perms refactor
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
See coop-cloud/organising#280. See coop-cloud/organising#273.
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
func CreateServerDir(serverName string) error {
|
||||
serverPath := path.Join(config.ABRA_DIR, "servers", serverName)
|
||||
|
||||
if err := os.Mkdir(serverPath, 0644); err != nil {
|
||||
if err := os.Mkdir(serverPath, 0764); err != nil {
|
||||
if !os.IsExist(err) {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user