aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-03-29 10:35:10 -0400
committerjim-p <jimp@pfsense.org>2013-03-29 10:35:10 -0400
commit651dd8c43c4aab0ec854f6b01cca8ab99fecce25 (patch)
tree487e060cc5d042739fa2d569baa0d2b5b17f293e /config/mailreport
parent9bb239d4732cfd2b3ee6a5ade5839267563a6d0b (diff)
downloadpfsense-packages-651dd8c43c4aab0ec854f6b01cca8ab99fecce25.tar.gz
pfsense-packages-651dd8c43c4aab0ec854f6b01cca8ab99fecce25.tar.bz2
pfsense-packages-651dd8c43c4aab0ec854f6b01cca8ab99fecce25.zip
Add one more little note.
Diffstat (limited to 'config/mailreport')
-rw-r--r--config/mailreport/status_mail_report_add_cmd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mailreport/status_mail_report_add_cmd.php b/config/mailreport/status_mail_report_add_cmd.php
index 4a82f051..7693f7a4 100644
--- a/config/mailreport/status_mail_report_add_cmd.php
+++ b/config/mailreport/status_mail_report_add_cmd.php
@@ -120,7 +120,7 @@ include("head.inc");
<tr>
<td>&nbsp;</td>
<td>
- <br/>NOTE: The command will be run during the report and its stdout output will be included in the report body. Be extremely careful what commands you choose to run, the same warnings apply as those when using Diagnostics &gt; Command.
+ <br/>NOTE: Use full paths to commands to ensure they run properly. The command will be run during the report and its stdout output will be included in the report body. Be extremely careful what commands you choose to run, the same warnings apply as those when using Diagnostics &gt; Command.
<br/>
<br/>Do not use this solely as a way to run a command on a schedule, use the Cron package for that purpose instead.
</td>