diff options
-rw-r--r-- | deploy/common.py | 2 | ||||
-rw-r--r-- | docs/installationprocedure/index.rst | 13 | ||||
-rw-r--r-- | docs/installationprocedure/installation.instruction.rst (renamed from docs/installation-instruction.rst) | 0 |
3 files changed, 14 insertions, 1 deletions
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): diff --git a/docs/installationprocedure/index.rst b/docs/installationprocedure/index.rst new file mode 100644 index 000000000..30dacbefd --- /dev/null +++ b/docs/installationprocedure/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +***************************** +Fuel Installation Instruction +***************************** + +.. toctree:: + :numbered: + :maxdepth: 2 + + installation.instruction.rst diff --git a/docs/installation-instruction.rst b/docs/installationprocedure/installation.instruction.rst index fea90af0d..fea90af0d 100644 --- a/docs/installation-instruction.rst +++ b/docs/installationprocedure/installation.instruction.rst |