diff --git a/seqs/ejabberd.sh b/seqs/ejabberd.sh index e49191c..4476d5a 100755 --- a/seqs/ejabberd.sh +++ b/seqs/ejabberd.sh @@ -24,7 +24,7 @@ step_2_info() { echo "Use certificate from local letsencrypt"; } step_2() { readDomain - local certLoc="${certRoot}/${myDomain}/full.pem" + local certLoc="${certRoot}/live/${myDomain}/full.pem" if [ ! -f "$certLoc" ] ; then echo "[ERROR] $certLoc not found" return 1;