Просмотр исходного кода

Merge pull request from Justin991q, Fixed typo in the backup script

Fixed typo in the backup script
dpeca 9 лет назад
Родитель
Сommit
f014e38dae
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bin/v-backup-user

+ 2 - 2
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