podman-jitsi : minor fixes
This commit is contained in:
parent
4181598210
commit
6b570a4c87
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue