From e72a79c1ce8634d8e9e6576041ec186860a78619 Mon Sep 17 00:00:00 2001 From: Wilder Rodrigues Date: Fri, 25 Sep 2015 16:09:27 +0200 Subject: [PATCH] Formatting the router_proxy.sh script --- scripts/network/domr/router_proxy.sh | 11 ----------- 1 file changed, 11 deletions(-) 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 $? - - - - - - - - -