projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f280a
)
Changed order of -s in the mail call for compatibility, from
author
Micah Anderson
<micah@riseup.net>
Sat, 10 Jun 2006 16:20:05 +0000
(16:20 +0000)
committer
Micah Anderson
<micah@riseup.net>
Sat, 10 Jun 2006 16:20:05 +0000
(16:20 +0000)
anarcat
src/backupninja.in
patch
|
blob
|
history
diff --git
a/src/backupninja.in
b/src/backupninja.in
index 16ac7a7dc5e5417ffeae1f64b23b427ea4a562f8..fb6cc16e39eea4d4f917662bff30f5b63017c41f 100755
(executable)
--- a/
src/backupninja.in
+++ b/
src/backupninja.in
@@
-526,7
+526,7
@@
if [ $doit == 1 ]; then
echo ${messages[$i]}
done
echo -e "$errormsg"
- } | mail
$reportemail -s "backupninja: $hostname $subject"
+ } | mail
-s "backupninja: $hostname $subject" $reportemail
fi
if [ $actions_run != 0 ]; then