ntfy : ajout verification manquante

This commit is contained in:
Gitouche 2022-12-12 21:53:15 +01:00
parent 256b90a0c5
commit 262d000ee5
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ source ${ABSDIR}/vars.sh
ensure_pwd_is_scriptdir ensure_pwd_is_scriptdir
ensure_not_root ensure_not_root
ensure_variables_are_defined "$envvars"
if podman volume exists ${ntfy_data_volume}; then if podman volume exists ${ntfy_data_volume}; then
echo "Files or volumes from previous installation already exists" echo "Files or volumes from previous installation already exists"
echo "Please remove them before fresh install, or try continue with normal installation" echo "Please remove them before fresh install, or try continue with normal installation"