X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=deploy%2Fcommon.py;h=3530458677420534148af8bd53e97e27bd1d8076;hb=08526c7376ee1b155dfb51f164f46f14f4ec6e52;hp=9654b37715a874e88d3788437780d0c1f04510e2;hpb=f2c53cb47c52f295568639919c407080ecf92b03;p=fuel.git diff --git a/deploy/common.py b/deploy/common.py index 9654b3771..353045867 100644 --- a/deploy/common.py +++ b/deploy/common.py @@ -37,7 +37,7 @@ if os.path.isfile(LOGFILE): out_handler = logging.FileHandler(LOGFILE, mode='w') out_handler.setFormatter(formatter) LOG.addHandler(out_handler) -os.chmod(LOGFILE, stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO) +os.chmod(LOGFILE, 0664) def mask_arguments(cmd, mask_args, mask_str):