jitsi : fix verification envvars manquants
This commit is contained in:
parent
3409b07e3a
commit
41c98814c2
|
@ -8,6 +8,7 @@ ensure_pwd_is_scriptdir
|
|||
ensure_not_root
|
||||
|
||||
ensure_pod_not_exists ${pod_name}
|
||||
ensure_variables_are_defined "$envvars"
|
||||
|
||||
if [[ -d ${confvolume} ]]; then
|
||||
echo "Error : conf volume ${confvolume} already exists. Please consider running 80_destroy.sh."
|
||||
|
|
|
@ -9,6 +9,7 @@ ensure_not_root
|
|||
|
||||
ensure_pod_exists ${pod_name}
|
||||
ensure_systemd_unit_exists ${service_name}
|
||||
ensure_variables_are_defined "$envvars"
|
||||
|
||||
current_version=$(podman container list -a --format "{{.Image}}" | grep prosody | awk -F: '{print $NF}')
|
||||
|
||||
|
|
Loading…
Reference in a new issue