mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)
This commit is contained in:
committed by
Toshio Kuratomi
parent
b0486f7a20
commit
31c8523371
@@ -133,7 +133,7 @@ For the following use case, let's use this small shell script as a wrapper.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
PLAYBOOK="$1"
|
||||
|
||||
if [[ -z $PLAYBOOK ]]; then
|
||||
|
||||
Reference in New Issue
Block a user