diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index 771d127..1734a00 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -3,11 +3,11 @@ 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.1.2 -PROGRAM_BUILD=20160802201 +PROGRAM_VERSION=1.1.3 +PROGRAM_BUILD=2016090201 IS_STABLE=yes -## FUNC_BUILD=2016071902-b +## FUNC_BUILD=2016071902-c ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode @@ -577,7 +577,7 @@ function StripQuotes { function EscapeSpaces { local string="${1}" # String on which spaces will be escaped - echo "${string// /\ }" + echo "${string// /\\ }" } function IsNumeric { diff --git a/install.sh b/install.sh index b716012..6826a73 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash PROGRAM=osync -PROGRAM_VERSION=1.2-dev-parallel +PROGRAM_VERSION=1.1.3 PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016082902 diff --git a/osync.sh b/osync.sh index 05f2e21..d51c610 100755 --- a/osync.sh +++ b/osync.sh @@ -3,11 +3,11 @@ 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.1.2 -PROGRAM_BUILD=20160802201 +PROGRAM_VERSION=1.1.3 +PROGRAM_BUILD=2016090201 IS_STABLE=yes -## FUNC_BUILD=2016071902-b +## FUNC_BUILD=2016071902-c ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode @@ -563,7 +563,7 @@ function StripQuotes { function EscapeSpaces { local string="${1}" # String on which spaces will be escaped - echo "${string// /\ }" + echo "${string// /\\ }" } function IsNumeric {