mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 11:16:16 +02:00
Merge pull request from Justin991q, Fixed typo in the backup script
Fixed typo in the backup script
This commit is contained in:
@@ -809,12 +809,12 @@ 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
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user