man: Use ${i:PROFILE_DIR} in the example profile
Since commit cd4943bdbf, it is recommended to use ${i:PROFILE_DIR}
in paths to scripts, in order to make the paths absolute. It's not
required (yet) though.
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
18118c2814
commit
a484c644c5
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ net.core.wmem_default = 262144
|
|||
# default action is merge.
|
||||
[my_script]
|
||||
type=script
|
||||
script=profile.sh
|
||||
script=${i:PROFILE_DIR}/profile.sh
|
||||
.fi
|
||||
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
|||
Loading…
Reference in a new issue