diff --git a/upgrade-v1.0x-v1.3x.sh b/upgrade-v1.0x-v1.3x.sh index 9270535..49af9fe 100755 --- a/upgrade-v1.0x-v1.3x.sh +++ b/upgrade-v1.0x-v1.3x.sh @@ -228,22 +228,6 @@ function Usage { exit 128 } -function CheckEnvironment { - if [ "$REMOTE_OPERATION" == "yes" ] || [ "$REMOTE_OPERATION" == true ]; then - if ! type -p ssh > /dev/null 2>&1 - then - Logger "ssh not present. Cannot start sync." "CRITICAL" - return 1 - fi - fi - - if ! type -p rsync > /dev/null 2>&1 - then - Logger "rsync not present. Sync cannot start." "CRITICAL" - return 1 - fi -} - function LoadConfigFile { local config_file="${1}"