From 6bcd518efc2abdf97e007209a2fa4df9a3a6164a Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 16:26:35 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 81d8e088e..628234c3a 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -14,7 +14,7 @@ mkdir -p /www/backup/site apt install -y wget curl vixie-cron lsof iptables -if [ ! -f /root/.acme.sh ];then +if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh fi