diff --git a/scripts/install/centos.sh b/scripts/install/centos.sh index 2a5a3d3f6..5256f28d4 100755 --- a/scripts/install/centos.sh +++ b/scripts/install/centos.sh @@ -22,7 +22,7 @@ sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config yum install -y wget curl vixie-cron lsof #https need -if [ ! -f /root/.acme.sh ];then +if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh fi