Skip to content

Commit

Permalink
scripts now write all to scripts.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Sep 30, 2022
1 parent 2a10b25 commit 1fc6e7b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/fai-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path <file => ''
<em> => _
////

French version of this guide is available at http://fai-project.org/fai-guide-fr.
An older French version of this guide is available at https://fai-project.org/fai-guide-fr.

Abstract
--------
Expand Down Expand Up @@ -1157,11 +1157,8 @@ matching '^[0-9][0-9]*' are executed in alphabetical order. So it's
possible to use scripts of different languages (shell, cfengine,
Perl, Python, Ruby, expect,..) for one class.

Thoses scripts write their output to different log files, depending on
the type of script. For e.g. all shell scripts write their log to
`shell.log`.


Thoses scripts write their output to sripts.log. The file status.log
contains the names of all scripts executed and their exit status.

==== [[shell]]Shell scripts

Expand Down

0 comments on commit 1fc6e7b

Please sign in to comment.