diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index b7499a9..e27cc52 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -44,7 +44,7 @@ IS_STABLE=no _OFUNCTIONS_VERSION=2.1.4-rc1+ -_OFUNCTIONS_BUILD=2017123001 +_OFUNCTIONS_BUILD=2017123002 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2017 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr @@ -1607,7 +1607,7 @@ function RsyncPatterns { RsyncPatternsFromAdd "exclude" "$RSYNC_EXCLUDE_FROM" fi if [ "$RSYNC_INCLUDE_PATTERN" != "" ]; then - RsyncPatternsAdd "$RSYNC_INCLUDE_PATTERN" "include" + RsyncPatternsAdd "include" "$RSYNC_INCLUDE_PATTERN" fi if [ "$RSYNC_INCLUDE_FROM" != "" ]; then RsyncPatternsFromAdd "include" "$RSYNC_INCLUDE_FROM" diff --git a/dev/debug_osync_target_helper.sh b/dev/debug_osync_target_helper.sh index 9560da8..de6d590 100755 --- a/dev/debug_osync_target_helper.sh +++ b/dev/debug_osync_target_helper.sh @@ -9,7 +9,7 @@ IS_STABLE=no _OFUNCTIONS_VERSION=2.1.4-rc1+ -_OFUNCTIONS_BUILD=2017123001 +_OFUNCTIONS_BUILD=2017123002 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2017 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr @@ -1572,7 +1572,7 @@ function RsyncPatterns { RsyncPatternsFromAdd "exclude" "$RSYNC_EXCLUDE_FROM" fi if [ "$RSYNC_INCLUDE_PATTERN" != "" ]; then - RsyncPatternsAdd "$RSYNC_INCLUDE_PATTERN" "include" + RsyncPatternsAdd "include" "$RSYNC_INCLUDE_PATTERN" fi if [ "$RSYNC_INCLUDE_FROM" != "" ]; then RsyncPatternsFromAdd "include" "$RSYNC_INCLUDE_FROM" diff --git a/osync.sh b/osync.sh index dce6062..b20c9d2 100755 --- a/osync.sh +++ b/osync.sh @@ -15,7 +15,7 @@ IS_STABLE=no _OFUNCTIONS_VERSION=2.1.4-rc1+ -_OFUNCTIONS_BUILD=2017123001 +_OFUNCTIONS_BUILD=2017123002 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2017 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr @@ -1452,7 +1452,7 @@ function RsyncPatterns { RsyncPatternsFromAdd "exclude" "$RSYNC_EXCLUDE_FROM" fi if [ "$RSYNC_INCLUDE_PATTERN" != "" ]; then - RsyncPatternsAdd "$RSYNC_INCLUDE_PATTERN" "include" + RsyncPatternsAdd "include" "$RSYNC_INCLUDE_PATTERN" fi if [ "$RSYNC_INCLUDE_FROM" != "" ]; then RsyncPatternsFromAdd "include" "$RSYNC_INCLUDE_FROM" diff --git a/osync_target_helper.sh b/osync_target_helper.sh index a1daef5..419ebf7 100755 --- a/osync_target_helper.sh +++ b/osync_target_helper.sh @@ -9,7 +9,7 @@ IS_STABLE=no _OFUNCTIONS_VERSION=2.1.4-rc1+ -_OFUNCTIONS_BUILD=2017123001 +_OFUNCTIONS_BUILD=2017123002 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2017 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr @@ -1446,7 +1446,7 @@ function RsyncPatterns { RsyncPatternsFromAdd "exclude" "$RSYNC_EXCLUDE_FROM" fi if [ "$RSYNC_INCLUDE_PATTERN" != "" ]; then - RsyncPatternsAdd "$RSYNC_INCLUDE_PATTERN" "include" + RsyncPatternsAdd "include" "$RSYNC_INCLUDE_PATTERN" fi if [ "$RSYNC_INCLUDE_FROM" != "" ]; then RsyncPatternsFromAdd "include" "$RSYNC_INCLUDE_FROM"