Skip to content

Commit 86f1e63

Browse files
author
nook24
committed
Removes one Percent Symbols from the commands.
I also had to remove the line breaks to make to "Copy Code" button also copy the ">" char Signed-off-by: nook24 <[email protected]>
1 parent 539eb4a commit 86f1e63

File tree

163 files changed

+163
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+163
-489
lines changed

src/documentation/developer/externalcommands/_command.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ const command = {% cmd %};
2828
# This is a shell script showing how to submit the {{ command.name }} command
2929
# to Naemon. Adjust variables to fit your environment as necessary.
3030

31-
printf "[%%lu] {{ command.name }}{{ command.exampleArgStr }}\n" \
32-
`date +%%s` \
33-
> /var/lib/naemon/naemon.cmd
31+
printf "[%lu] {{ command.name }}{{ command.exampleArgStr }}\n" `date +%s` > /var/lib/naemon/naemon.cmd
3432
```

src/documentation/developer/externalcommands/acknowledge_host_problem.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/acknowledge_host_problem_expire.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/acknowledge_svc_problem.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/acknowledge_svc_problem_expire.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/add_host_comment.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/add_svc_comment.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/change_contact_host_notification_timeperiod.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/change_contact_modattr.md

Lines changed: 1 addition & 3 deletions

src/documentation/developer/externalcommands/change_contact_modhattr.md

Lines changed: 1 addition & 3 deletions

0 commit comments

Comments
 (0)