From c89e09ad06d23622a25f067380463c0b2e9129b7 Mon Sep 17 00:00:00 2001 From: Marcin Wilk Date: Fri, 26 Jul 2024 15:28:14 +0000 Subject: [PATCH] Replace Sh shell in shebang with Bash Signed-off-by: Marcin Wilk --- jaas/configure | 2 +- openstack/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jaas/configure b/jaas/configure index f3c75204..6fab539b 100755 --- a/jaas/configure +++ b/jaas/configure @@ -1,4 +1,4 @@ -#!/bin/sh -u +#!/bin/bash -u status=$(juju status --format=json) candid_haproxy_machine=$(echo $status | jq '.applications."candid-haproxy".units."candid-haproxy/0".machine') diff --git a/openstack/configure b/openstack/configure index 25003dc8..51bbf426 100755 --- a/openstack/configure +++ b/openstack/configure @@ -1,4 +1,4 @@ -#!/bin/sh -u +#!/bin/bash -u profile=${1:-prodstack6} net_type=${2:-""} ./profiles/$profile $net_type