Skip to content

Commit

Permalink
Replace Sh shell in shebang with Bash
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Wilk <[email protected]>
  • Loading branch information
Marcin Wilk committed Jul 26, 2024
1 parent 4c7cbee commit c89e09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jaas/configure
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
2 changes: 1 addition & 1 deletion openstack/configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -u
#!/bin/bash -u
profile=${1:-prodstack6}
net_type=${2:-""}
./profiles/$profile $net_type

0 comments on commit c89e09a

Please sign in to comment.