diff --git a/build-installer.sh b/build-installer.sh index 4ce036f..7fc49fd 100755 --- a/build-installer.sh +++ b/build-installer.sh @@ -94,7 +94,7 @@ EOF echo -e " sudo ./install.sh" echo "" echo -e "${YELLOW}3. Access Web UI:${NC}" - echo -e " http://[SERVER-IP]/mhvtl-config" + echo -e " http://[SERVER-IP]/" echo "" echo -e "${BLUE}For detailed instructions, see README.md in the package${NC}" echo "" diff --git a/dist/adastra-vtl-installer-1.0.0.tar.gz b/dist/adastra-vtl-installer-1.0.0.tar.gz index 2373668..bd22dae 100644 Binary files a/dist/adastra-vtl-installer-1.0.0.tar.gz and b/dist/adastra-vtl-installer-1.0.0.tar.gz differ diff --git a/dist/adastra-vtl-installer/VERSION b/dist/adastra-vtl-installer/VERSION index 6a11ea6..414f226 100644 --- a/dist/adastra-vtl-installer/VERSION +++ b/dist/adastra-vtl-installer/VERSION @@ -1,4 +1,4 @@ Adastra VTL Installer Version: 1.0.0 -Build Date: 2025-12-09 18:18:46 +Build Date: 2025-12-09 18:21:12 Build Host: vtl-dev diff --git a/dist/adastra-vtl-installer/install.sh b/dist/adastra-vtl-installer/install.sh index 565bd93..99d3b74 100755 --- a/dist/adastra-vtl-installer/install.sh +++ b/dist/adastra-vtl-installer/install.sh @@ -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}" diff --git a/install.sh b/install.sh index 565bd93..99d3b74 100644 --- a/install.sh +++ b/install.sh @@ -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}"