forked from toolshed/abra
fix: $ABRA_DIR/servers=0700, $ABRA_DIR/servers/foo=0600
See toolshed/abra#580
This commit is contained in:
@ -33,7 +33,7 @@ func Run(version, commit string) {
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {
|
||||
dirs := []map[string]os.FileMode{
|
||||
{config.ABRA_DIR: 0764},
|
||||
{config.SERVERS_DIR: 0600},
|
||||
{config.SERVERS_DIR: 0700},
|
||||
{config.RECIPES_DIR: 0764},
|
||||
{config.LOGS_DIR: 0764},
|
||||
}
|
||||
|
Reference in New Issue
Block a user