use /usr/bin/env to find bash in scripts (#314)

This commit is contained in:
Marek Mahut
2021-04-22 23:45:33 +02:00
committed by GitHub
parent a711bd9494
commit dcda342ecc
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SVC_NAME="{{SvcNameVar}}"
SVC_NAME=${SVC_NAME// /_}