mirror of
https://github.com/deajan/obackup.git
synced 2024-12-04 20:53:41 +01:00
Fixing small typosé
This commit is contained in:
parent
1fa695e3b0
commit
4038cd5c8f
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user