Adjust service start timeout

This commit is contained in:
Guido Grazioli 2021-12-14 11:59:03 +01:00
commit 47c1f43247
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -eu
set -o pipefail
set +u -o pipefail
checkEnvVar() {
local envVar=${1}