summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackup-mysql1
1 files changed, 0 insertions, 1 deletions
diff --git a/backup-mysql b/backup-mysql
index f6c8b99..a4dccc2 100755
--- a/backup-mysql
+++ b/backup-mysql
@@ -32,7 +32,6 @@ for host in $HOSTS; do
postfix="";
else
shorthost=`echo "$host" | sed -e 's/\..*//'`
- echo $shorthost
prefix="$shorthost--";
postfix="--$shorthost";
fi