podman-jitsi : minor fixes

This commit is contained in:
Gitouche 2021-06-06 14:35:47 +02:00
parent 4181598210
commit 6b570a4c87
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ ensure_pwd_is_scriptdir
ensure_not_root
if [[ -d ${confvolume} ]]; then
echo Error : conf volume ${confvolume} already exists. Please remove it first (prune?).
echo "Error : conf volume ${confvolume} already exists. Please remove it first (prune?)."
exit 1
fi

View file

@ -8,7 +8,7 @@ ensure_pwd_is_scriptdir
ensure_not_root
if [[ ! -d ${confvolume} ]]; then
echo Error : conf volume ${confvolume} does not exists. Consider running 05_freshinstall.sh if this is the first install.
echo "Error : conf volume ${confvolume} does not exists. Consider running 05_freshinstall.sh if this is the first install."
exit 1
fi