mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Merge pull request #177 from anton-reutov/patch-1
Typo: miutes instead of minutes in v-backup-user
This commit is contained in:
commit
4d35fa73cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue