Skip to content

Commit

Permalink
Added SSH_CONTROLMASTER option
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Jul 5, 2019
1 parent ddb820d commit 154318b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upgrade-v1.0x-v1.3x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONTACT="http://www.netpower.fr/osync - [email protected]"
OLD_PROGRAM_VERSION="v1.0x-v1.2x"
NEW_PROGRAM_VERSION="v1.3x"
CONFIG_FILE_REVISION=1.3.0
PROGRAM_BUILD=2019052105
PROGRAM_BUILD=2019070501

## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode
if ! type "$BASH" > /dev/null; then
Expand Down Expand Up @@ -41,6 +41,7 @@ RSYNC_EXCLUDE_FROM
PATH_SEPARATOR_CHAR
SSH_COMPRESSION
SSH_IGNORE_KNOWN_HOSTS
SSH_CONTROLMASTER
REMOTE_HOST_PING
REMOTE_3RD_PARTY_HOSTS
RSYNC_OPTIONAL_ARGS
Expand Down Expand Up @@ -115,6 +116,7 @@ include
true
false
false
false
'www.kernel.org www.google.com'
''
true
Expand Down

0 comments on commit 154318b

Please sign in to comment.