mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-14 01:54:30 -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
|
#!/bin/bash -eu
|
||||||
set -eo pipefail
|
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
checkEnvVar() {
|
checkEnvVar() {
|
||||||
local envVar=${1}
|
local envVar=${1}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue