From 882cd7099e984f89d307494402f3c517a919fa18 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 11 Dec 2016 14:57:02 +0100 Subject: [PATCH] Bootstrap test --- dev/n_osync.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index 060c968..4265935 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 -PROGRAM_BUILD=2016121103 +PROGRAM_BUILD=2016121104 IS_STABLE=no #TODO: update waitfor parallelexec and checkarguments @@ -49,6 +49,7 @@ IS_STABLE=no include #### OFUNCTIONS FULL SUBSET #### # If using "include" statements, make sure the script does not get executed unless it's loaded by bootstrap +include #### _OFUNCTIONS_BOOTSTRAP SUBSET #### [ "$_OFUNCTIONS_BOOTSTRAP" != true ] && echo "Please use bootstrap.sh to load this dev version of $(basename $0)" && exit 1 _LOGGER_PREFIX="time"