From 4c1e336bfe58a842948d48221478956395032fef Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 24 Mar 2019 20:55:35 +0100 Subject: [PATCH] fix typo --- install | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/install b/install index 4a9f67b..fc6a79e 100644 --- a/install +++ b/install @@ -357,17 +357,17 @@ wo_install_acme_sh() { } >> "$wo_install_log" 2>&1 fi if [ -d "$HOME/.acme/.sh" ]; then - { - rsync -az --exclude="account.conf" \ - --exclude="acme.sh" \ - --exclude="acme.sh.env" \ - --exclude="deploy" \ - --exclude="dnsapi" \ - --exclude="http.header" \ - --exclude="ca" \ - "$HOME/.acme.sh/" \ - /etc/letsencrypt/renewal/ - } >> "$wo_install_log" 2>&1 + { + rsync -az --exclude="account.conf" \ + --exclude="acme.sh" \ + --exclude="acme.sh.env" \ + --exclude="deploy" \ + --exclude="dnsapi" \ + --exclude="http.header" \ + --exclude="ca" \ + "$HOME/.acme.sh/" \ + /etc/letsencrypt/renewal/ + } >> "$wo_install_log" 2>&1 fi } @@ -651,7 +651,6 @@ else wo_update_wp_cli | tee -ai $wo_install_log wo_lib_echo "Cleaning-up EE previous install" | tee -ai $wo_install_log wo_clean_ee | tee -ai $wo_install_log - e else wo_lib_error "Not installing WordOps, exit status = " 1 fi