Skip to content

Commit f014e38

Browse files
authored
Merge pull request from Justin991q, Fixed typo in the backup script
Fixed typo in the backup script
2 parents 593dd29 + b987054 commit f014e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-backup-user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,12 +809,12 @@ current_time=$(date "+%T")
809809
if [ "$run_time" -lt 1 ]; then
810810
run_time=1
811811
fi
812-
min=miutes
812+
min=minutes
813813
if [ "$run_time" -eq 1 ]; then
814814
min=minute
815815
fi
816816

817-
echo "$(date "+%F %T") Size: $size Mb" |tee -a $BACKUP/$user.log
817+
echo "$(date "+%F %T") Size: $size MB" |tee -a $BACKUP/$user.log
818818
echo "$(date "+%F %T") Runtime: $run_time $min" |tee -a $BACKUP/$user.log
819819

820820

0 commit comments

Comments
 (0)