forked from ungleich-public/cdist
Add missing shebangs.
This commit is contained in:
parent
4e27c863ef
commit
31899b2263
2 changed files with 4 additions and 0 deletions
|
@ -1 +1,3 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
__line go_in_path --line 'export PATH=/usr/local/go/bin:$PATH' --file /etc/profile
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
os=$(cat $__global/explorer/os)
|
||||
os_version=$(cat $__global/explorer/os_version)
|
||||
|
||||
|
|
Loading…
Reference in a new issue