summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2008-02-12 13:39:07 +0000
committerJames O'Gorman <james@netinertia.co.uk>2008-02-12 13:39:07 +0000
commit77a70367258e4eb99c455026e79156c680aa8909 (patch)
tree3385a6390e6493e8019e1ca1680e896dc8e8e9da /bin
parent92ec6f89960149c0b843725b0dc3bd3b643eba52 (diff)
Correct typo in the NotifySysadmin.sh generation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bbackupd/bbackupd-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupd/bbackupd-config.in b/bin/bbackupd/bbackupd-config.in
index 16ddb75c..d63d4920 100755
--- a/bin/bbackupd/bbackupd-config.in
+++ b/bin/bbackupd/bbackupd-config.in
@@ -227,7 +227,7 @@ SUBJECT="BACKUP PROBLEM on host $hostname"
SENDTO="$current_username"
if [ "\$1" = "" ]; then
- echo "Usage: $0 <store-full|read-error|backup-error|backup-start|backup-finish>" >&2
+ echo "Usage: \$0 <store-full|read-error|backup-error|backup-start|backup-finish>" >&2
exit 2
elif [ "\$1" = store-full ]; then
$sendmail \$SENDTO <<EOM