#!/usr/bin/env bash

scriptpath="`readlink -f \"$0\"`"
scriptbase="`dirname \"${scriptpath}\"`"
REPOTYPE="$1"

. "${scriptbase}/migrate-tools"

enforce_root

function system_disable_proxy() {
    "${scriptbase}/disable-proxy"
}

system_disable_proxy
