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

Typo: miutes instead of minutes in v-backup-user
This commit is contained in:
Serghey Rodin 2014-07-22 16:10:37 +03:00
commit 4d35fa73cd

View file

@ -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