diff --git a/podman-jitsi/05_freshinstall.sh b/podman-jitsi/05_freshinstall.sh index c408aac..dee6bcc 100755 --- a/podman-jitsi/05_freshinstall.sh +++ b/podman-jitsi/05_freshinstall.sh @@ -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 diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index bc6b387..3ad92b3 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -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