From fc052b2ae09efa0fecb2104cc45bfa279c5b9ef8 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Mon, 8 Jul 2024 07:22:26 +0700 Subject: [PATCH] Move self signed ssl, permission fix, benchmark tool --- scripts/install_tools.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install_tools.sh b/scripts/install_tools.sh index b3a1968..c2dbc63 100755 --- a/scripts/install_tools.sh +++ b/scripts/install_tools.sh @@ -234,9 +234,9 @@ EOL # Assign ownership properly. run chown -hR www-data:www-data /usr/share/nginx/html - #if [[ -x /usr/local/bin/lemper-cli && -d /usr/share/nginx/html/lcp ]]; then - # success "LEMPer CLI & web tools successfully installed." - #fi + if [[ -x /usr/local/bin/lemper-cli && -d /usr/share/nginx/html/lcp ]]; then + success "LEMPer CLI & web tools successfully installed." + fi } echo "[LEMPer CLI & Web Tools Installation]"