ntfy : ajout verification manquante
This commit is contained in:
parent
256b90a0c5
commit
262d000ee5
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue