Formatting the router_proxy.sh script
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e72a79c1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e72a79c1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e72a79c1 Branch: refs/heads/master Commit: e72a79c1ce8634d8e9e6576041ec186860a78619 Parents: 4c8f4ac Author: Wilder Rodrigues <[email protected]> Authored: Fri Sep 25 16:09:27 2015 +0200 Committer: Wilder Rodrigues <[email protected]> Committed: Fri Sep 25 16:09:27 2015 +0200 ---------------------------------------------------------------------- scripts/network/domr/router_proxy.sh | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e72a79c1/scripts/network/domr/router_proxy.sh ---------------------------------------------------------------------- diff --git a/scripts/network/domr/router_proxy.sh b/scripts/network/domr/router_proxy.sh index bcac412..f9cb7ca 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 $? - - - - - - - - -
