Move self signed ssl, permission fix, benchmark tool

This commit is contained in:
Edi Septriyanto
2024-07-08 07:22:26 +07:00
parent e07fc37f36
commit fc052b2ae0

View File

@@ -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]"