Update hblink3-docker-install.sh

dash html
This commit is contained in:
M0VUB 2024-06-13 23:29:09 +01:00 committed by GitHub
parent 98bf52cbcc
commit 960ac04d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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