chore: Update installer to deploy Web UI to root path /var/www/html/

This commit is contained in:
2025-12-09 18:21:32 +00:00
parent 258d53f7d6
commit 6c5ec902ca
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
INSTALL_DIR="/opt/adastra-vtl"
WEB_DIR="/var/www/html/mhvtl-config"
WEB_DIR="/var/www/html"
SYSTEMD_DIR="/etc/systemd/system"
CONFIG_DIR="/etc/mhvtl"
@@ -320,7 +320,7 @@ print_completion() {
echo ""
echo -e "${BLUE}Installation Details:${NC}"
echo -e " • Install directory: ${YELLOW}$INSTALL_DIR${NC}"
echo -e " • Web UI: ${YELLOW}http://$(hostname -I | awk '{print $1}')/mhvtl-config${NC}"
echo -e " • Web UI: ${YELLOW}http://$(hostname -I | awk '{print $1}')/${NC}"
echo -e " • Config directory: ${YELLOW}$CONFIG_DIR${NC}"
echo ""
echo -e "${BLUE}Quick Start:${NC}"