From b987054048118d9bd0b7064d482cc65fb276a881 Mon Sep 17 00:00:00 2001 From: Justin991q Date: Sat, 25 Feb 2017 03:38:53 +0100 Subject: [PATCH] Fixed typo in the backup script --- bin/v-backup-user | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/v-backup-user b/bin/v-backup-user index 786941a9..2cd0be55 100755 --- a/bin/v-backup-user +++ b/bin/v-backup-user @@ -809,12 +809,12 @@ current_time=$(date "+%T") if [ "$run_time" -lt 1 ]; then run_time=1 fi -min=miutes +min=minutes if [ "$run_time" -eq 1 ]; then min=minute fi -echo "$(date "+%F %T") Size: $size Mb" |tee -a $BACKUP/$user.log +echo "$(date "+%F %T") Size: $size MB" |tee -a $BACKUP/$user.log echo "$(date "+%F %T") Runtime: $run_time $min" |tee -a $BACKUP/$user.log