summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2009-04-27 15:02:03 -0400
committerAntoine Beaupre <anarcat@koumbit.org>2009-04-27 15:02:03 -0400
commit6ed0d0399c42187ec3ed0ef54c39a9c1b70aff91 (patch)
tree28d6618b9aea96441f945e1afa36d703c4ea8dfc /files
parent3c80f2328ed686b3b9565a4cced50e3e91c6af1b (diff)
add missing comma
Diffstat (limited to 'files')
-rwxr-xr-xfiles/checkbackups.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/checkbackups.pl b/files/checkbackups.pl
index 5e75b85..5748f75 100755
--- a/files/checkbackups.pl
+++ b/files/checkbackups.pl
@@ -114,6 +114,6 @@ foreach $host (@hosts) {
my @dom_sufx = split(/\./, $host);
my $dom_sufx = join('.', @dom_sufx[1,-1]);
foreach my $vserver (@vservers) {
- printf "$vserver$dom_sufx\tbackups\t$state\t$message, same as parent: $host\n";
+ printf "$vserver.$dom_sufx\tbackups\t$state\t$message, same as parent: $host\n";
}
}