Explorar el Código

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

Typo: miutes instead of minutes in v-backup-user
Serghey Rodin hace 11 años
padre
commit
4d35fa73cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 if [ "$run_time" -lt 1 ]; then
     run_time=1
     run_time=1
 fi
 fi
-min=miutes
+min=minutes
 if [ "$run_time" -eq 1 ]; then
 if [ "$run_time" -eq 1 ]; then
     min=minute
     min=minute
 fi
 fi