Update hblink3-docker-install.sh

try using config externally
This commit is contained in:
M0VUB 2024-06-13 23:36:57 +01:00 committed by GitHub
parent 960ac04d69
commit 25e0a15419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,9 +236,9 @@ echo "--------------------------------------"
echo "Installing HBMonv2 configuration....."
echo "--------------------------------------"
sleep 2
cp hbmon.cfg /etc/hblink3/hbmon.cfg
cp config.py /etc/hblink3/config.py
if [ -e /etc/hblink3/hbmon.cfg ]
if [ -e /etc/hblink3/config.py ]
then
echo "-----------------------------------------------------------------------------------------"
echo "It looks like the HBMonv2 files installed correctly. The installation will now proceed. "