mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Merge pull request from Justin991q, Fixed typo in the backup script
Fixed typo in the backup script
This commit is contained in:
commit
f014e38dae
1 changed files with 2 additions and 2 deletions
|
@ -809,12 +809,12 @@ 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
|
||||||
|
|
||||||
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
|
echo "$(date "+%F %T") Runtime: $run_time $min" |tee -a $BACKUP/$user.log
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue