From e4aff18587d45c6dbf8a01513e4e9589e5314ab6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 6 Sep 2019 02:42:12 +0200 Subject: [PATCH] Fix install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index b571510..c59c07c 100755 --- a/install +++ b/install @@ -390,7 +390,7 @@ wo_update_wp_cli() { wo_install_acme_sh() { # check if acme.sh is already installed - if [ ! -x /etc/letsencrypt/acme.sh ] && [ ! -d /etc/letsencrypt/{renewal,archive} ]; then + if [ ! -x /etc/letsencrypt/acme.sh ] && [ ! -d /etc/letsencrypt/archive ]; then { # clone the git repository if [ -d /opt/acme.sh/.git ]; then