mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-31 11:54:54 +00:00
Adjust init.d service template shebang
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -eu
|
||||||
set -eo pipefail
|
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
checkEnvVar() {
|
checkEnvVar() {
|
||||||
local envVar=${1}
|
local envVar=${1}
|
||||||
|
|||||||
Reference in New Issue
Block a user