You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/06/13 13:56:57 UTC

git commit: Correcting console proxy shell script exec headers.

Updated Branches:
  refs/heads/master 8d436e949 -> 08fe71dad


Correcting console proxy shell script exec headers.

Signed-off-by: Chip Childers <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/08fe71da
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/08fe71da
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/08fe71da

Branch: refs/heads/master
Commit: 08fe71dad453f2cddf76365f57f9d6b349c513d1
Parents: 8d436e9
Author: Chip Childers <ch...@gmail.com>
Authored: Wed Jun 13 04:45:01 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Jun 13 07:56:16 2012 -0400

----------------------------------------------------------------------
 console-proxy/scripts/_run.sh        |    2 +-
 console-proxy/scripts/config_auth.sh |    2 +-
 console-proxy/scripts/config_ssl.sh  |    2 +-
 console-proxy/scripts/ipfirewall.sh  |    2 +-
 console-proxy/scripts/run-proxy.sh   |    2 +-
 console-proxy/scripts/run.sh         |    2 +-
 console-proxy/scripts/ssvm-check.sh  |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/08fe71da/console-proxy/scripts/_run.sh
----------------------------------------------------------------------
diff --git a/console-proxy/scripts/_run.sh b/console-proxy/scripts/_run.sh
index ebe5c54..e408378 100755
--- a/console-proxy/scripts/_run.sh
+++ b/console-proxy/scripts/_run.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/08fe71da/console-proxy/scripts/config_auth.sh
----------------------------------------------------------------------
diff --git a/console-proxy/scripts/config_auth.sh b/console-proxy/scripts/config_auth.sh
index 3db5fb6..4b74f8e 100755
--- a/console-proxy/scripts/config_auth.sh
+++ b/console-proxy/scripts/config_auth.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/08fe71da/console-proxy/scripts/config_ssl.sh
----------------------------------------------------------------------
diff --git a/console-proxy/scripts/config_ssl.sh b/console-proxy/scripts/config_ssl.sh
index b583426..8d80c47 100755
--- a/console-proxy/scripts/config_ssl.sh
+++ b/console-proxy/scripts/config_ssl.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/08fe71da/console-proxy/scripts/ipfirewall.sh
----------------------------------------------------------------------
diff --git a/console-proxy/scripts/ipfirewall.sh b/console-proxy/scripts/ipfirewall.sh
index a6fe39a..4711b8a 100755
--- a/console-proxy/scripts/ipfirewall.sh
+++ b/console-proxy/scripts/ipfirewall.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/08fe71da/console-proxy/scripts/run-proxy.sh
----------------------------------------------------------------------
diff --git a/console-proxy/scripts/run-proxy.sh b/console-proxy/scripts/run-proxy.sh
index 83f6117..d6ccf7c 100644
--- a/console-proxy/scripts/run-proxy.sh
+++ b/console-proxy/scripts/run-proxy.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/08fe71da/console-proxy/scripts/run.sh
----------------------------------------------------------------------
diff --git a/console-proxy/scripts/run.sh b/console-proxy/scripts/run.sh
index 755ccdd..146d96f 100755
--- a/console-proxy/scripts/run.sh
+++ b/console-proxy/scripts/run.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/08fe71da/console-proxy/scripts/ssvm-check.sh
----------------------------------------------------------------------
diff --git a/console-proxy/scripts/ssvm-check.sh b/console-proxy/scripts/ssvm-check.sh
index b19961b..a401164 100644
--- a/console-proxy/scripts/ssvm-check.sh
+++ b/console-proxy/scripts/ssvm-check.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information