mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Corrected spelling mistakes
This commit is contained in:
parent
95aab70c3e
commit
9189ca9488
335 changed files with 408 additions and 408 deletions
|
@ -12,7 +12,7 @@
|
|||
# Importing system variables
|
||||
source /etc/profile
|
||||
|
||||
# Argument defenition
|
||||
# Argument definition
|
||||
user=$1
|
||||
notify=${2-no}
|
||||
|
||||
|
@ -853,7 +853,7 @@ msg="$msg\n$(date "+%F %T") Runtime: $run_time $min"
|
|||
touch $USER_DATA/backup.conf
|
||||
sed -i "/$user.$DATE.tar/d" $USER_DATA/backup.conf
|
||||
|
||||
# Regestering new backup
|
||||
# Registering new backup
|
||||
backup_str="BACKUP='$user.$DATE.tar'"
|
||||
backup_str="$backup_str TYPE='$BACKUP_SYSTEM' SIZE='$size'"
|
||||
backup_str="$backup_str WEB='${web_list// /,}'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue