1
0
mirror of https://github.com/deajan/obackup.git synced 2025-05-12 05:03:40 +02:00

Fixed double RunAfterHook execution

This commit is contained in:
deajan 2016-08-16 23:22:38 +02:00
parent 41a903e74f
commit a70b167c42

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.0 PROGRAM_VERSION=2.0
PROGRAM_BUILD=2016080601 PROGRAM_BUILD=2016081601
IS_STABLE=yes IS_STABLE=yes
source "./ofunctions.sh" source "./ofunctions.sh"
@ -1397,4 +1397,3 @@ fi
RunBeforeHook RunBeforeHook
Main Main
RunAfterHook