diff --git a/console-proxy/scripts/_run.sh b/console-proxy/scripts/_run.sh index ebe5c5411bf..e408378afbc 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 diff --git a/console-proxy/scripts/config_auth.sh b/console-proxy/scripts/config_auth.sh index 3db5fb6360f..4b74f8eb995 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 diff --git a/console-proxy/scripts/config_ssl.sh b/console-proxy/scripts/config_ssl.sh index b583426dfff..8d80c4731ad 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 diff --git a/console-proxy/scripts/ipfirewall.sh b/console-proxy/scripts/ipfirewall.sh index a6fe39a5156..4711b8ac6db 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 diff --git a/console-proxy/scripts/run-proxy.sh b/console-proxy/scripts/run-proxy.sh index 83f6117ef55..d6ccf7c0091 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 diff --git a/console-proxy/scripts/run.sh b/console-proxy/scripts/run.sh index 755ccdd9671..146d96f0287 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 diff --git a/console-proxy/scripts/ssvm-check.sh b/console-proxy/scripts/ssvm-check.sh index b19961b8f50..a4011647f07 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