Updated Branches: refs/heads/master 8d436e949 -> 08fe71dad
Correcting console proxy shell script exec headers. Signed-off-by: Chip Childers <[email protected]> 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 <[email protected]> Authored: Wed Jun 13 04:45:01 2012 -0400 Committer: David Nalley <[email protected]> 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
