Ver código fonte

Merge pull request #177 from anton-reutov/patch-1

Typo: miutes instead of minutes in v-backup-user
Serghey Rodin 11 anos atrás
pai
commit
4d35fa73cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/v-backup-user

+ 1 - 1
bin/v-backup-user

@@ -635,7 +635,7 @@ 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