diff --git a/scripts/network/domr/router_proxy.sh b/scripts/network/domr/router_proxy.sh index bcac4120ece..f9cb7ca0157 100755 --- a/scripts/network/domr/router_proxy.sh +++ b/scripts/network/domr/router_proxy.sh @@ -16,8 +16,6 @@ # specific language governing permissions and limitations # under the License. - - # used as a proxy to call script inside virtual router #set -x @@ -47,12 +45,3 @@ check_gw "$domRIp" ssh -p 3922 -q -o StrictHostKeyChecking=no -i $cert root@$domRIp "/opt/cloud/bin/$script $*" exit $? - - - - - - - - -