fix SC2148 (missing shebang) and make executable

This commit is contained in:
tom 2018-10-04 12:20:50 +02:00
commit a46da35bbc
5 changed files with 5 additions and 0 deletions

1
cdist/conf/type/__daemontools_service/explorer/svc Normal file → Executable file
View file

@ -1 +1,2 @@
#!/bin/sh -e
command -v svc || true

1
cdist/conf/type/__go_get/explorer/go-executable Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/bin/sh -e
[ -f /etc/environment ] && . /etc/environment
[ -f /etc/profile ] && . /etc/profile
go version 2>/dev/null || true