mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-11 05:10:28 -07:00
Adjust init.d service template shebang
This commit is contained in:
parent
6e0605d3dc
commit
78a1d11b99
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
#!/bin/bash -eu
|
||||
|
||||
set -o pipefail
|
||||
|
||||
checkEnvVar() {
|
||||
local envVar=${1}
|
||||
|
|
Loading…
Add table
Reference in a new issue