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