Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6
-
None
-
Not for Release Notes
-
Q3/2026 Server Maintenance
Description
add abiiity to substitute veriables in append_file command (maybe with special parameter (eval?))
Current description is
DESCRIPTION
|
append_file <file_name> [<delimiter>];
|
<what to write line 1>
|
<...>
|
< what to write line n>
|
EOF
|
|
|
--append_file <file_name>;
|
<what to write line 1>
|
<...>
|
< what to write line n>
|
EOF
|
|
|
Append everything between the "append_file" command
|
and 'delimiter' to "file_name"
|
|
|
Default <delimiter> is EOF
|
1. fix first example - change EOF with <delimiter>
2 add third parameter (eval) to force evaluation between command and the delimiter