Fixing small typosé

This commit is contained in:
deajan 2015-10-13 15:22:50 +02:00
parent 1fa695e3b0
commit 4038cd5c8f
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
## ---------- GENERAL BACKUP OPTIONS ## ---------- GENERAL BACKUP OPTIONS
## Backup identification name. ## Backup identification name.
BACKUP_ID="your backup name" BACKUP_ID="your backup name"
## Log file location. Leaving this empty will create log file at /var/log/obackup_version_BACKUP_ID.log (or current directory if /var/log doesn't exist) ## Log file location. Leaving this empty will create log file at /var/log/obackup_version_BACKUP_ID.log (or current directory if /var/log doesn't exist)

View File

@ -5,7 +5,7 @@
AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr" CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=1.9pre PROGRAM_VERSION=1.9pre
PROGRAM_BUILD=2015091501 PROGRAM_BUILD=2015101301
## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode ## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode
if ! type -p "$BASH" > /dev/null if ! type -p "$BASH" > /dev/null
@ -173,8 +173,8 @@ function TrapQuit
CleanUp CleanUp
Log "Backup script finshed." Log "Backup script finshed."
fi fi
KillChilds $$ > /dev/null 2&>1 KillChilds $$ > /dev/null 2>&1
} }
function Spinner function Spinner