mirror of
https://github.com/deajan/obackup.git
synced 2024-12-26 15:33:41 +01:00
Fixed typo
This commit is contained in:
parent
53677b00d3
commit
0d4664cae0
@ -5,7 +5,7 @@ PROGRAM="obackup"
|
|||||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=2.1-dev
|
PROGRAM_VERSION=2.1-dev
|
||||||
PROGRAM_BUILD=2016082201
|
PROGRAM_BUILD=2016082202
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
source "./ofunctions.sh"
|
source "./ofunctions.sh"
|
||||||
@ -55,7 +55,6 @@ function TrapQuit {
|
|||||||
exitcode=2
|
exitcode=2
|
||||||
else
|
else
|
||||||
RunAfterHook
|
RunAfterHook
|
||||||
fi
|
|
||||||
CleanUp
|
CleanUp
|
||||||
Logger "Backup script finshed." "NOTICE"
|
Logger "Backup script finshed." "NOTICE"
|
||||||
exitcode=0
|
exitcode=0
|
||||||
|
Loading…
Reference in New Issue
Block a user