소스 검색

fix

pull/258/head
Luke Smith 1 년 전
부모
커밋
1793233157
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. +1
    -5
      emailwiz.sh

+ 1
- 5
emailwiz.sh 파일 보기

@@ -65,11 +65,7 @@ done
apt install -y python3-certbot
certbot -d "$maildomain" certonly --standalone --register-unsafely-without-email --agree-tos
;;
esac

[ ! -d "$certdir" ] && echo "Note! You must first have a Let's Encrypt Certbot HTTPS/SSL Certificate for $maildomain.

Use Let's Encrypt's Certbot to get that and then rerun this script. It failed to run automatically here." && exit 1
esac || exit $1

echo "Configuring Postfix's main.cf..."



불러오는 중...
취소
저장