From 262d000ee5ad003e04ff4f051da4b37a94376068 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Mon, 12 Dec 2022 21:53:15 +0100 Subject: [PATCH] ntfy : ajout verification manquante --- podman-ntfy/05_freshinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman-ntfy/05_freshinstall.sh b/podman-ntfy/05_freshinstall.sh index db21d26..3e4145e 100755 --- a/podman-ntfy/05_freshinstall.sh +++ b/podman-ntfy/05_freshinstall.sh @@ -7,6 +7,8 @@ source ${ABSDIR}/vars.sh ensure_pwd_is_scriptdir ensure_not_root +ensure_variables_are_defined "$envvars" + if podman volume exists ${ntfy_data_volume}; then echo "Files or volumes from previous installation already exists" echo "Please remove them before fresh install, or try continue with normal installation"