Changed hashbang on script
This commit is contained in:
parent
c70bcd9a21
commit
ae8dd3841a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{- if eq .host.distro.family "linux" -}}
|
{{- if eq .host.distro.family "linux" -}}
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# #
|
# #
|
||||||
|
|
Loading…
Reference in a new issue