From 960ac04d69376010f3f4962abb636e587fd0d0f5 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:29:09 +0100 Subject: [PATCH] Update hblink3-docker-install.sh dash html --- hblink3-docker-install.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hblink3-docker-install.sh b/hblink3-docker-install.sh index d3ab55d..4a68cd0 100755 --- a/hblink3-docker-install.sh +++ b/hblink3-docker-install.sh @@ -251,15 +251,16 @@ then fi echo "Done" -sleep 2 +echo "" +echo "" echo "------------------------------------------------------------------------------" -echo "Installing RYMonv3 HTML Dashboard....." +echo "Installing HBMonv2 HTML Dashboard....." echo "------------------------------------------------------------------------------" sleep 2 + cd /var/www/html/ mv /var/www/html/index.html /var/www/html/index_APACHE.html - cp -a html/. /var/www/html/ - -if [ -e /var/www/html/moni.php ] + cp -a /opt/HBMonv2/html/. /var/www/html/ +if [ -e info.php ] then echo "------------------------------------------------------------------------------------" echo "It looks like the dashboard installed correctly. The installation will now proceed. "