Use /usr/bin/env bash instead of /bin/bash for scripts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# This script is used to populate the Azure Ansible inventory.yml with
|
||||
# the results of "terraform output"
|
||||
|
||||
Reference in New Issue
Block a user