Fixed typo

This commit is contained in:
deajan 2016-08-22 08:32:56 +02:00
parent 53677b00d3
commit 0d4664cae0
1 changed files with 1 additions and 2 deletions

View File

@ -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